﻿	
/*字体大小*/
[data-dpr="1"] .text-10 {
	font-size: 10px;
}
[data-dpr="2"] .text-10 {
	font-size: 20px;
}
[data-dpr="3"] .text-10 {
	font-size: 30px;
}
[data-dpr="1"] .text-12 {
	font-size: 12px;
}
[data-dpr="2"] .text-12 {
	font-size: 24px;
}
[data-dpr="3"] .text-12 {
	font-size: 36px;
}
[data-dpr="1"] .text-13 {
	font-size: 13px;
}
[data-dpr="2"] .text-13 {
	font-size: 26px;
}
[data-dpr="3"] .text-13 {
	font-size: 39px;
}
[data-dpr="1"] .text-14 {
	font-size: 14px;
}
[data-dpr="2"] .text-14 {
	font-size: 28px;
}
[data-dpr="3"] .text-14 {
	font-size: 42px;
}
[data-dpr="1"] .text-15 {
	font-size: 15px;
}
[data-dpr="2"] .text-15 {
	font-size: 30px;
}
[data-dpr="3"] .text-15 {
	font-size: 45px;
}
[data-dpr="1"] .text-17 {
	font-size: 17px;
}
[data-dpr="2"] .text-17 {
	font-size: 34px;
}
[data-dpr="3"] .text-17 {
	font-size: 51px;
}
[data-dpr="1"] .text-19 {
	font-size: 19px;
}
[data-dpr="2"] .text-19 {
	font-size: 38px;
}
[data-dpr="3"] .text-19 {
	font-size: 57px;
}
[data-dpr="1"] .text-22 {
	font-size: 22px;
}
[data-dpr="2"] .text-22 {
	font-size: 44px;
}
[data-dpr="3"] .text-22 {
	font-size: 66px;
}
[data-dpr="1"] .text-26 {
	font-size: 26px;
}
[data-dpr="2"] .text-26 {
	font-size: 52px;
}
[data-dpr="3"] .text-26 {
	font-size: 78px;
}
.item-tip:after,
.recommend-item .item-status span:after,
.news-tip:after,
.map-point:after,
.text-10:after,
.text-11:after,
.text-12:after,
.text-13:after,
.text-14:after,
.text-15:after,
.text-16:after,
.text-17:after,
.text-18:after,
.text-19:after,
.text-22:after,
.text-26:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
	margin-top: 1px;
}
.dropdown-menu .text-15:after {
		display: none;
	}
/*list 列表*/
#mask {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 10;
}
.top-fixed-nav {
    position: fixed;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: white;
    z-index: 15;
}
.common-screen {
	width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    background: #fff;
    z-index: 1;
}

.common-screen ul.tab-sx {
    font-size: 0;
    text-align: center;
}
.common-screen ul.tab-sx:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.common-screen ul.tab-sx li.tab-li {
    float: left;
    width: 21%;
    height: 1.2rem;
    line-height: 1.2rem;
    color: #333;
}
.common-screen ul.tab-sx li.tab-li.active {
    color: #eb6120;
}
.common-screen ul.tab-sx li.tab-li:last-of-type {
	width: 16%;
}
.common-screen ul.tab-sx li.tab-li .screen-n {
    display: inline-block;
    max-width: 1.6rem;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.common-screen ul.tab-sx li.tab-li .tab-icon {
	display: inline-block;
	width: 0.4rem;
	height: 1.2rem;
	background: url(../images/title_xl_icon.png) no-repeat center;
	background-size: 0.32rem;
}
.common-screen ul.tab-sx li.tab-li.active .tab-icon {
	background: url(../images/title_xl_icon_ac.png) no-repeat center;
	background-size: 0.32rem;
}
.tab-sort-icon {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/title_px_icon.png) no-repeat center;
	background-size: 0.586666rem;
}
.tab-sort-icon.c-eb6120,
.tab-li.active .tab-sort-icon {
	background: url(../images/title_px_icon_ac.png) no-repeat center;
	background-size: 0.586666rem;
}
.dropdown-menu {
    position: absolute;
    padding: 0 0.426666rem;
	padding-bottom:10px;
    top: 2.3rem;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 10rem;
    background: #fff;
    z-index: 10;
    overflow: hidden;
    border-bottom: 0.02rem solid  #eee;
}
.dropdown-menu ul.sub {
    font-size: 0;
    text-align: center;
    border-bottom: thin solid #dcdcdc;
    background: #fff;
    position: relative;
}
.dropdown-menu ul.sub:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.dropdown-menu ul.sub li {
	position: relative;
    float: left;
    width: 21%;
    height: 1.2rem;
    line-height: 1.2rem;
    color: #666;
}
.dropdown-menu ul.sub li.active {
	color: #eb6120;
}
.dropdown-menu ul.sub li.active:after {
	content: '';
	display: block;
	width: 30%;
	height: 0.08rem;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	background: #eb6120;
}
.flex-box {
	display: flex;
}
.flex-box .screen-lv {
	flex: 1;
	max-height: 10rem;
	overflow: scroll;
}
.has-sub .flex-box .screen-lv {
	max-height: 8.8rem;
}
.has-bottom .flex-box .screen-lv {
	max-height: 7.6rem;
}
.flex-box .screen-lv li {
	position: relative;
	height: 1.2rem;
	color: #333;
	text-align: left;
	text-indent: 1.5em;

}
.flex-box .screen-lv li a {
	display: block;
	color: #333;
}
.flex-box .screen-lv li.active {
	color: #eb6120;
}
.flex-box .screen-lv li.active a {
	color: #eb6120;
}
.flex-box .screen-lv li.active:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.08rem;
	height: 0.4rem;
	background: #EB6120;
}
.flex-box .screen-lv:last-of-type li.active:after {
	display: none;
}
.screen-b {
	border-top: thin solid  #eee;
	height: 1.2rem;
	zoom: 1;
	overflow: hidden;
}
.screen-b:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.screen-b input {
	float: left;
	margin-top: 0.2rem;
	width: 2.8rem;
	height: 0.8rem;
	border: thin solid  #dcdcdc;
	border-radius: 0.12rem;
	text-align: center;
}
.screen-b span {
	float: left;
	width: 0.4rem;
	height: 1.1rem;
	line-height: 1.1rem;
	text-align: center;
	color: #999;
}
.screen-b a {
	float: left;
	margin-top: 0.2rem;
	margin-left: 0.5rem;
	width: 2.6rem;
	height: 0.8rem;
	line-height: 0.8rem;
	border: thin solid  #eb6120;
	border-radius: 0.12rem;
	text-align: center;
	color: #eb6120;
}
.dropdown-menu .dropdown-list {
	max-height: 10rem;
	overflow: scroll;
}
.dropdown-menu .dropdown-list .dropdown-item {
	color: #333;
	text-align: left;
}
.dropdown-menu .dropdown-list .dropdown-item a {
	color: #333;
	display: block;
}
.dropdown-menu .dropdown-list .dropdown-item.active {
	color: #eb6120;
}
.dropdown-menu .dropdown-list .dropdown-item.active a {
	color: #eb6120;
}
.dropdown-t {
	max-height: 8.8rem;
	overflow: scroll;
}
.dropdown-row {
	margin-top: 0.72rem;
}
.dropdown-row:first-of-type {
	margin-top: 0;
}
.dropdown-row h2 {
	color: #999;
	text-align: left;
	line-height: 1;
}
.row-wrap {
	position: relative;
	zoom: 1;
	overflow: hidden;
}
.row-wrap:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.row-wrap .row-item {
	float: left;
	margin-top: 0.4rem;
	margin-right: 0.12rem;
	width: 2.16rem;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	color: #333;
	background: #f0f0f0;
	border-radius: 0.12rem;
}
.row-wrap .row-item.active {
	color: #fff;
	background: #EB6120;
}
.dropdown-b {
	height: 1.2rem;
	font-size: 0;
	text-align: center;
}
.dropdown-b a {
	margin-top: 0.2rem;
	display: inline-block;
	width: 4.32rem;
	height: 0.8rem;
	line-height: 0.8rem;
	border: thin solid #eee;
	border-radius: 0.12rem;
	color: #999;
}
.dropdown-b a.submit {
	color: #eb6120;
	border-color: #eb6120;
	margin-left: 0.2rem;
}

.mescroll {
    position: fixed;
    top: 2.2rem;
    bottom: 0;
    width: 100%;
    height: auto;
    overflow-y: auto;
    z-index: 9;
}