.clear{
	zoom: 1;
}
.clear:after {
    content: "";
    display: block;
    clear: both;
}
.ellipsis-1{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ellipsis-2{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box;;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.left{
	float: left;
}
.right{
	float: right;
}
.block-hr{
	width: 100%;
	height: 0.266666rem;
	background: #fafafa;
}
.mask{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	background-color: rgba(0,0,0,.4);
	
}

/*////////////////*/
/*下载APP*/
.down-app{
	width: 100%;
	height: 1.173333rem;
	background-color: #ad1dfe;
	position: fixed;
	z-index: 99;
	bottom: 0;
}
.down-app>.close{
	position: absolute;
	margin: 0.4rem 0.133333rem;
	width: 0.4rem;
}
.down-app>.down-bg{
	height: 100%;
}
.down-app .down-btn{
	height: 100%;
	position: absolute;
	right: 0;
}
.down-app .back-to{
	display: block;
	position: absolute;
	width: 2.266666rem;
	height: 1.173333rem;
	top: 0;
	left: 0.666666rem;
}
/*搜索栏*/
.tools-bar{
	/*background: lavenderblush;*/
	position: fixed;
	background: #fff;
	z-index: 999;
	width: calc(100% - .4rem);
	padding: .2rem;
	top: 0;
	margin: 0;
	left: 0;
}
.tools-bar .ee-logo{
	margin: 0.133333rem 0;
	width: 0.906666rem;
}
.tools-bar .icon-location{
	margin: 0.133333rem ;	
	width: 0.346666rem;
}
.tools-bar>.tb-search{
	position: absolute;
	top: .2rem;
	left: 2.1rem;
}
.tools-bar>.tb-search>.icon-search{
	position: absolute;
	top: 0.133333rem;
	left: 0.133333rem;
	width: 0.506666rem;
}
input[type=search] {
    font-size: 0.346666rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 6.586666rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    border: 0;
    border-radius: 0.4rem;
    background-color: #f3f4f6;
    color: #333;
}
input[type=search]::-webkit-input-placeholder{
	color: #c0bec5;
}

input[type="search"]::-webkit-search-cancel-button{
    display: none;
}
.tools-bar .icon-moresel{
	float: right;
	margin: 0.133333rem 0;
	top: 0;
	right: 0;
	width: 0.533333rem;
}
.moresel-menu::before{
	content: "";
	width:0;
    height:0;
    position: absolute;
    top: -22px;
    right: 0.133333rem;
	border-right:20px solid transparent;
	border-left:20px solid transparent;
	border-bottom:20px solid #EEE;
}
.moresel-menu::after {
  	content: '';
  	position: absolute;
  	top: -19px;
  	right: 0.133333rem;
  	border-left: 20px solid transparent;
  	border-right: 20px solid transparent;
  	border-bottom: 20px solid #FFF; 
}
.moresel-menu{
  	background-color: rgb(255, 255, 255);
  	box-shadow: 0px 0px 19.53px 1.47px rgba(0, 0, 0, 0.13);
  	position: absolute;
  	    right: 0.1rem;
  	    top: 1.2rem;
  	    width: 4.56rem;
  	    height: 5rem;
  	border-radius: 10px;
  	z-index: 9999;
  	border: #EEE 1px solid;
}
.moresel-menu>a{
	font-size: 0.373333rem;
	color: #000;
	width: 3.466666rem;
	height: 1.173333rem;
	line-height: 1.173333rem;
	display: block;
	margin: 0 0.533333rem;
	text-align: center;
	border-bottom: #EEE 1px solid;
}
.moresel-menu>a:last-child{
	border-bottom: 0;
}

/*TA的推荐*/
.block-TA{
    width: 9.333333rem;
    margin: 0.2rem auto;
}
.block-TA h3{
	font-size: 0.4rem;
	font-weight: bold;
	margin: 0.133333rem 0 0.266666rem;
}
.block-TA li{
	padding-bottom: 0.266666rem;
	border-bottom: 1px solid #EEE;
	margin-bottom: 0.266666rem;
}
.block-TA li:last-child{
	border-bottom: 0;
}
.block-TA li .ta-act-bg{
  	border-radius: 0.133333rem;
  	width: 3.733333rem;
  	height: 2.666666rem;
    overflow: hidden;
    position: relative;
    float: left;
}
.block-TA li .ta-act-bg>img{
	width: 100%;
	height: 100%;
}
.block-TA li .ta-act-bg>.img-rz{
	width: 1.4rem;
	height: 1.6rem;
	position: absolute;
	top: -0.533333rem;
	left: -0.266666rem;
}
.block-TA li .ta-act-right{
	width: 5.413333rem;
  	height: 2.666666rem;
	float: right;
	position: relative;	
}
.block-TA li .ta-act-right>h2{
	font-size: 0.373333rem;
	color: #333;
	/* height: 1rem; */
}
.block-TA li .ta-act-right>p{
	color: #9b9b9b;
	font-size: 0.293333rem;
	display: inline-block;
	overflow: hidden;
}
.block-TA li .ta-act-right>.tp-labels{
	width: 100%;
  	height: 0.5rem;
	overflow: hidden;
}
.block-TA li .ta-act-right>.tp-labels>.tp-label{
  	border-radius: 0.066666rem;
  	background-color: rgb(255, 120, 0);
  	height: 0.373333rem;
	padding: 0 0.2rem;
	color: #FFF;
	font-size: 0.24rem;
	display: inline-block;
}
.block-TA li .ta-act-right>.tp-labels>.tp-label:nth-child(2){
	background-color: #fbbf0f !important;
}
.block-TA li .ta-act-right>.tp-price{
	position: absolute;
	font-size: 0.4rem;
	color: #a415f9;
	bottom: 0;
	left: 0;
}
.block-TA li .ta-act-right>.btn-sign{
	position: absolute;
	font-size: 0.293333rem;
	color: #FFF;
	text-align: center;
	line-height: 0.6rem;
	background-color: #a415f9;
	border-radius: 0.333333rem;
	bottom: 0;
	right: 0;
  	width: 1.8rem;
  	height: 0.6rem;
	cursor: pointer;
}
/* 提示框 */
#message{
	position: fixed;
	background-color: rgba(0,0,0,.7);
	color: #FFF;
	padding: 20px;
	z-index: 999999999;
	top: 30%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: max-content;
}
/* vue 延迟显示解决{{问题 */
[v-cloak]{
	display: none;
}