	.guess{
    		height:auto!important;
    		line-height: 1.2rem;
    		display:none;
    		background:rgb(252,252,252);
    	}
    	
    	.follow:after{
    		content:'';
    		visibility: hidden;
    		display: block;
    		clear:both;
    	}
    	.guess .follow img{
    		width:3rem;
    	}
    	.guess .follow>img{
    		width:0.7rem;
    		vertical-align: middle;
    		margin: 0 0.2rem 0 0.35rem;
    	}
    	.guess .follow span{
    		font-weight: 600;
    		font-size:0.37rem;
    	}
    	.follow div{
    		border-radius:0.16rem;
			border:0.05rem solid #46C01B;
			width:2.56rem;
			height:0.77rem;
			line-height: 0.77rem;
			margin:0.2rem 0.55rem 0 0;
			color:#46C01B;
			text-align: center;
			font-size:0.37rem;
    	}
    	.follow .ewm{
    		width:100%;
    		margin:0;
    		display:none;
    		text-align:center;
    		border:none;
    		height:auto;
    		
    	}
    	.ewm p{
    		font-size:0.4rem;
    	}
.logo{
    		width:100%;
    	}
    	p.aui-ellipsis-1{
    		font-size:0.31rem;
    		color:#666666;
    		padding-left:0.5rem;
    		margin-bottom:0.1rem;
    	}
    	#count{
    		color:#1595E7;
    		font-weight:600;
    	}
    	.hostArea{
    		background:#ffffff;
    		font-size:0.49rem;
    		color:#222222;
    		padding:0.7rem 0.5rem 0.5rem 0.5rem;
    		font-weight:600;
    	}
    	.hostArea div span{
    		font-size:0.37rem;
    		color:#1595E7;
    		font-weight:500;
    	}
    	.hostArea img{
    		width:0.37rem;
    		vertical-align: middle;
    		margin-left:0.26rem;
    	}
    	
    	/*hotarea*/
    	.show>div{
    		clear:both;
    		border:1px solid #F2F2F2;
    		background:#ffffff;
    		overflow:hidden;
    		padding:0.4rem 0.5rem;
    	}
    	.show>div>.aui-pull-left{
    		text-align:center;
    		margin-right:0.73rem;
    	}
    	.show>div img{
    		width:1.11rem;
    	}
    	.show>div p{
    		font-size:0.31rem;
    		color:#0B3A59;
    	}
    	/*swiper*/
    	.swiper-container{
    		height:1.5rem;
    		
    	}
    	.swiper-container .swiper-slide{
    		font-size:0.37rem;
    		color:#222222;
    		overflow: hidden;
		    text-overflow: ellipsis;
		    white-space: nowrap;
    	}
    	
    	.hide{
    		display:none;
    		padding:0.3rem 1rem;
    		background:#f5f5f5;
    	}
    	.hide:after{
    		display:block;
    		visibility:hidden;
    		content:'';
    		clear:both;
    	}
    	.hide span{
    		float:left;
    		width:2.14rem;
    		background:rgba(39, 139, 204, 0.16) ;
    		color:#1595E7;
    		font-size:0.34rem;
    		height:0.6rem;
    		line-height: 0.6rem;
    		text-align: center;
    		margin:0.13rem 0.26rem;
    	}
    	
    	/*tools*/
    	.tools{
    		margin-top:0.11rem;
    		background:#ffffff;
    		font-size:0.49rem;
    	}
    	.tools>span{
    		font-weight:600;
    		text-indent:0.5rem;
    		padding:0.7rem 0 0.56rem 0;
    	}
    	.tools>div{
    		border-top:1px solid #F2F2F2;
    		padding:0.45rem 0.5rem;
    		display:flex;
    		justify-content: space-between;
    		font-size:0.28rem;
    		text-align:center;
    		color:#081015;
    	}
    	.tools>div img{
    		width:1.11rem;
    		display:block;
    		margin:0 auto;
    	}
    	
    	/*btn*/
    	.btn{
    		margin-top:0.11rem;
    		overflow: hidden;
    	}
    	
    	.btn>img{
    		width:47%;
    		float:left;
    		height:2.06rem;
    	}
    	.btn>img+img{
    		width:53%;
    	}
    	.footer{
    		display:none;
    		padding:0.1rem 0;
    		text-align:center;
    		background:#f5f5f5;
    	}
    	.footer p{
    		font-size:0.34rem;
    		color:#0C3A57;
    		height:0.4rem;
    		line-height:0.4rem;
    	}