body{
	font-size: .24rem;
}
.ui-page, .ui-page-group{
	background: #F7F7F7;
}
/**********/
.hotBox{
	height: 100%;
}
.guess .list ul{
	padding-top: 0.4rem;
}
.guess .list ul li{
	overflow: hidden;
	border-bottom: solid 1px #EEEEEE;
	padding-bottom: .4rem;
	margin-bottom: .4rem;
}
.guess .list ul li:last-child{
	border-bottom: none;
	padding-bottom: 0.1rem;
}
.gess_left{
	float: left;
	width: 4.66rem;
}
.tabsLeft{
	width: 1.76rem;
	background: #F7F7F7;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	overflow: scroll;
}
.tabsLeft ul li{
	padding: 0.3rem 0.18rem;
	font-size: 0.28rem;
	color: #666666;
	text-align: center;
	position: relative;
}
.tabsLeft ul li.on{
	color: #01B2B6;
    font-weight: 600;
	background: #fff;
}
.tabsLeft ul li.on::after{
	content: "";
	width: 0.06rem;
	height: 0.64rem;
	background: #01B2B6;
	position: absolute;
	left: 0;
	top: 0.2rem;
}
.tabsRight{
	margin-left: 1.76rem;
	width: 5.74rem;
	float: left;
	background: #fff;
	padding: 0 .32rem;
	float: right;
	position: relative;
}
.list .tabsRight ul{
	padding-top: 0;
}
.tabsRight .gess_left{
	width: 3.4rem;
}
.tabsRight .gess_left  h4{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	padding: 0;
	margin-bottom: .04rem;
	font-size: .32rem;
}
.tabsRight .gess_left p{
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.tabsRight .gess_left .conter span:last-child{
	justify-content:initial;
	-webkit-flex:initial;
}
.gess_right{
	text-align: right;
	position: relative;
	float: right;
}
.gess_right img{
	border-radius: 8px;
	width: 1.6rem;
	height: 1.6rem;
	display: inline-block;
}
.gess_right i{
	top: .5rem;
}
.tabsRight .gess_right img{
	width: 1.44rem;
	height: 1.44rem;
}
.list h6{
	font-size: 0.32rem;
	color: #333;
	font-weight: normal;
	padding: .3rem 0 0 0;
}
.conter{
	width: 100%;
	padding: .24rem .2rem 0 0;
	background: #fff;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	display: flex;
	display: -webkit-flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.conter span{
	-webkit-flex: 1;
	flex: 1;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.conter span img{
	margin-right: .05rem;
}
.conter span img.img{
	width: 0.24rem;
	height: 0.24rem;
	border-radius: 50%;
	position: relative;
	top: .03rem;
}
.conter span:last-child{
	display: flex;
	display: -webkit-flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	 justify-content:flex-end;
}
.conter span:last-child img{
	width: .24rem;
	height: .24rem;
}

.arricle_banner{
	padding-top: .2rem;
}
.arricle_banner .swiper-slide img{
	height: 2rem;
    border-radius: 8px;
}
.meter {
	padding-top: .4rem;
}
.meter ul li{
	font-size: .28rem;
	color: #333;
	position: relative;
	padding-right: .4rem;
	display: inline-block;
}
.meter ul li.on{
	color: #01B2B6;
	font-weight: bold;
}
.meter ul li::after{
	content: "";
	position: absolute;
	right: .16rem;
	top: .06rem;
	width: .02rem;
	height: .28rem;
	background: #BBBBBB;
}
.meter ul li:last-child::after{
	width: 0;
}
/**/
.button_down{
	background: #fff;
	text-align: center;
	padding: .3rem 0;
	color: #999;
	font-size: 0.26rem;
	position: relative;
}
.button_down::after,
.button_down::before{
	content: "";
	width: 25%;
	height: 1px;
	background: #ddd;
	position: absolute;
	top: .5rem;
}
.button_down::after{
	left: 2%;
}
.button_down::before{
	right: 2%;
}
.guess .gess_right i {
    width: 0.74rem;
    height: 0.32rem;
    position: absolute;
    top: 0.04rem;
    left: 0.04rem;
}
.guess  .gess_right i.i_1{
	background: url(../../Images/Ask/sc_tag_12x.png) no-repeat;
	background-size: 100% 100%;
}
.guess .gess_right  i.i_2{
	background: url(../../Images/Ask/dsc_tag_12x.png) no-repeat;
	background-size: 100% 100%;
}