
.container {
    max-width: 640px;
    margin: auto;
    font-size: .15rem;
    background: #fff;
}
.sel-box{
	padding: 0rem .2rem 0rem;
}

.sel-box .sel-list{
	width:inherit;
	margin: .2rem .3rem .1rem;
	display: flex;
	justify-content: space-between;
	font-size: .15rem;	
	/*border-bottom: .01rem solid #f2f2f2;*/
}

.sel-list li{
	padding-bottom: .1rem;
	font-weight: bold;
}

.sel-list .selli-on{
	color: #c30c0d;
	/*border-bottom: .01rem solid #f2f2f2;*/
}

.sel-box .hotxue-title{
	position: relative;
	line-height: .4rem;
	text-align: center;
	/*border-bottom: .01rem solid #f2f2f2;*/	
}

.hotxue-title .hotxue-bt,.hotxue-title .hothouse-bt{
	font-size: .15rem;
	font-weight: bold;
	color: #c30c0d;
	text-align: center;
}
.hotxue-title .hotxue-bt:before{	
	width: .2rem;
    height: .2rem;
    display: block;
    content: ' ';
    position: absolute;
    left: 1.15rem;
    top: .1rem;
    background: url(/static/mobile/img/school.svg) no-repeat center;
    background-size: .2rem .2rem;
}

.hotxue-title .hothouse-bt:before{	
	width: .2rem;
    height: .2rem;
    display: block;
    content: ' ';
    position: absolute;
    left: 1.15rem;
    top: .1rem;
    background: url(/static/mobile/img/nvabar/built_sel.png) no-repeat center;
    background-size: .2rem .2rem;
}


.hotxue-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: .2rem;
}

.hotxue-box li{
	width: 1.08rem;
	text-align: center;
	border:.01rem solid #f2f2f2;
	padding: .05rem .08rem;
	font-size: .15rem;
	color:#77808a;
	border-radius: .04rem;
	margin-bottom:.1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hotxue-box:after {	
	flex:auto;
    content:"";
}
.hotxue-box .li-on{
	background: #c30c0d;
	color: #FFFFFC;
}

.hotxue-ts{
	font-size: .12rem;
	color: #9f9e9e;
	text-align: justify;
}

.xqmb-20{
	margin-bottom: .6rem;
}

.messhowmore{
	font-size: .132rem;
	height: .2rem;
	line-height: .2rem;
	margin: .1rem 0;
	width: 3.375rem;
	text-align: center;
	color: #abafb8;
}

/*悬浮btn*/
	.float-ask {
	    position: fixed;
	    bottom: 0;
	    width: 100%;
	    height: auto;
	    background: #fff;
	    box-shadow: 0 -4px 7px 0 rgba(0,0,0,.06);
	    overflow: hidden;
	}
	.a-footer-layer {
	    left: 50%;
	    margin-left: -5rem;
	}
	
	.float-ask .go-ask {
	    padding: .1rem .2rem;
	    min-height: inherit;
	}
	
	.go-ask {
	    background-color: #fff;
	    text-align: center;
	    overflow: hidden;
	}
	
	.go-ask .btn-find {
	    float: right;
	    background:#c30c0d;
	}
	
	.go-ask .btn-tel{
		 width: 20%;
	    height: .425rem;
	    float: left;  
	}
	.go-ask .btn-tel .btn-tel-txt
	{
	    font-size: .16rem;
	    color: #666;
	    text-align: center;
	    font-weight: 700;
	    white-space: nowrap;
	    -o-text-overflow: ellipsis;
	    text-overflow: ellipsis;
	}
	
	.btn-tel-txt .icontel
	{
	    font-size: .16rem;
	   
	}
	
	.go-ask .btn-tel .btn-tel-txtB .btn-tel-txt-buy
	{
		font-size: .132rem;
		font-weight: 700;		
	}
	.go-ask .btn-tel .btn-tel-txtB .btn-tel-txt-buy a{
		color: #666;
	}
	.go-ask .btn-area .btn {
		width: 100%;
	    height: .425rem;
	    line-height: .425em;
	    font-size: .15rem;
	    color: #fff;
	    text-align: center;
	    border-radius: 4px;
	}
	.go-ask .btn-area{
		width: 78%;
	    height: .425rem;
	    line-height: .425em;
	    float:right;
	    }
	.go-ask .btn-consult {
	    float: left;
	    background: #c30c0d;
	}
	
	.btn {
	    display: inline-block;
	    cursor: pointer;
	    border: none;
	    overflow: hidden;
	}

	.disp{
		display: none;
	}