/*重置开始*/

/*重置结束*/
.ui-content{
    /* background-color: #fff; */
    /* top: 2.2rem; */
}
.sort-options{
    font-size: .7rem;
    text-align: center;
    height: 2.2rem;
    line-height: 2.2rem;
    background-color: #fff;
    position: relative;
}
.sort-options::before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #D9D9D9;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.arrow{
    display: inline-block;
    height: 100%;
    position: relative;
}
/* .icon-paixushang{
    position: absolute;
    bottom:2px;
    left: 0;
}
.icon-paixuxia{
    position: absolute;
    left: 0;
    top: -8px;
} */
/*老师列表*/
.master-content:before{
    display: none;
}
.master-content{
    position: relative;
    margin-top: 0;
    font-size: .7rem;
    padding: .75rem .75rem .3rem .75rem;
    display: block;
}
.master-content .category{
	min-height: 2rem;
}
.master-content>.ui-cell{
    padding: 0 0 .5rem 0;
}
.head-pic{
    width: 4rem;
    height: 4rem;
    margin-right: .5rem;
    border-radius: .3rem;
    /* overflow: hidden; */
    -webkit-flex-shrink: 0;
	flex-shrink: 0;
	position: relative;
}
.head-pic img:first-of-type{
    width: 100%;
    height: 100%;
	display: block;
	border-radius: .3rem;
}
.head-pic .online_status{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 4rem;
    height: 1rem;
    background: url(http://img.bangbangce.com/N768NKxnQnNd) center no-repeat;
    background-size: 100% 100%;
}
.head-pic .online_status img{
	width: .5rem;
    border-radius: 0;
	height: auto;
	margin-right: .2rem;
}
.star{
    line-height: 1.5rem;
}
.category>span{
    padding: 0 0.5rem;
    line-height: 1rem;
    border-radius: 10px;
    color:#00ABAE;
    margin: .3rem .3rem 0 0;
    border:1px solid #00ABAE;
    white-space:nowrap;
    display: inline-block;
}
.price{
    position: absolute;
    top:0;
    right:0;
    color:#FF7D70;
    text-align: right;
    font-size: 0.8rem;
}
.price>span{
    color:#A3A3A3;
    font-size: .6rem;
    display: block;
    text-decoration: line-through;
}
.master-info{
    margin-bottom: .5rem;
    font-size: 0.65rem;
    color: #666666;
}
.data-count{
    padding: .5rem 0!important;
    color:#999999;
}
.data-count>div:nth-last-child(2){
    text-align: center;
}
.data-count>div:nth-last-child(1){
    text-align: right;
}
/*修改*/
.detail{
	color: #3A3A3A;
}
.master-name span{
	font-size: 8px !important;
}
.master-name{
	font-size: 0.8rem;
	line-height: 14px;
}
.master-content:after{
	border-bottom: 10px solid #F4F4F4 !important;
	position: absolute;
}
.ui-node.ui-cell:before{
	border-top:none;
}
/*2018.6.26 新增塔罗老师标签*/
.master-content .tarot{
	position: absolute;
    width: 3rem;
    left: -0.8rem;
    top: -0.5rem;
    z-index: 100;
}
.master-content .tarot img{
	border-radius: 0;
	transform: scale(1,1);
}
.basic{
	margin: 0.2rem 0;
	display: inline-block;
}
.basic img{
	width: 13%;
}
/*老师标签*/
.master-name .ui-icon{
    font-size: 0.75rem;
    /* margin-top: -0.1rem; */
}
.master-name .ui-icon:first-of-type{
	margin-left: 10px;
}
.master-name .icon-huo{
	color: #FE7467;
}
.master-name .icon-man{
	color: #CCCCCC;
}
.master-name .icon-xin{
	color: #02ABB0;
}
.master-name .jxds{
	display:inline-block;
	width:1.3rem;
}
/*双11五折活动样式*/
.limit_ad{
	position: absolute;
	top: -.5rem;
	left: -.5rem;
	width: 1.7rem;
	height: 1.7rem;
	z-index: 1;
}
/*修改2016.12.5*/
.bline_content{
	display: none;
}
.line-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin: 0 auto;
	padding: 1rem 0.75rem;
}
.line {
	height: 1px;
	border-bottom: 1px solid #ccc;
	/*width: 100%;*/
	flex: 1;
}
.line-content {
	/*flex: 1;*/
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
	margin: 0 10px;
	color: #999999;
}

/*筛选 2017年5月31日*/
.choose .ui-cell:before,.choose .ui-cell:after{
	border: none;
}
.choose,.mask{
	position: fixed;
	top: 2.15rem;
	right: -100%;
	width: 100%;
	height: 100%;
	z-index: 997;
}
.mask{
	right: 0;
	z-index: 998;
	background: rgba(0,0,0,.6);
}
.chooseContent{
	position: absolute;
    z-index: 999;
    background: #fff;
    overflow-y: scroll;
    height: 95vh;
    width: 90%;
	right: 0;
	padding-bottom: 3.5rem;
}
.ui-label-switch input[type="checkbox"]:checked + .ui-checkbox {
    background: #4ACA60;
}
.ui-label-switch .ui-checkbox:before {
    background: #E4E4E4;
}
.sex-box{
	padding: 0rem 0.75rem;
}
.sex-box>div span, .labelCho>span {
    display: inline-block;
    width: 30%;
    text-align: center;
    padding: 0.4rem 0;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    font-size: 0.6rem;
    color: #666666;
    margin-right: 0.3rem;
}
.labelCho>span:nth-of-type(3n){
	margin-right: 0;
}
.labelCho>span{
	margin-bottom: 0.5rem;
}
.choActive{
	border-color: #00B2B6 !important;
	background-color: #F0FFFF !important;
}
.sex-box>div:last-of-type{
	padding: 0.5rem 0;
}
.chooseBox{
	padding: 0.5rem 0.75rem;
	padding-top: 0;
}
.chooseBox>.ui-cell{
	padding: 0;
}
.labelCho>span:last-of-type{
	margin: 0;
}
.labelCho{
	margin-top: 0.5rem;
	/* overflow-y: scroll;
    max-height: 8rem; */
}
.btnBox>div{
	width: 50%;	
	margin-right: 0.5rem;
	text-align: center;
	color: #00B2B6;
	padding: 0.35rem 0;
	font-size: 0.85rem;
	border: 1px solid #00B2B6;
	border-radius: 5px;
}
.btnBox>div:last-of-type{
	margin-right: 0;
	background: #00B2B6;
	color: #FFFFFF;
}
.chooseBox .ui-icon{
	font-size: 1rem;
}
.icon-danxuan{
	color: #19B3B7;
}
.icon-danxuan1{
	color: #D9D9D9;
}
.btnBox{
	position: fixed;
	width: 90%;
	bottom: 0;
	background: #fff;
}
/*返回顶部*/
#toTop{
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	background: rgba(255,255,255,0.9);
	position: fixed;
	bottom: 1.5rem;
	right: 3%;
    z-index: 9;
    border: 1px solid #A9A9A9;
    border-radius: 50%;
    display: none;
}
#toTop .ui-icon{
	margin-right: 0;
	font-size: 1.2rem;
}
.banner_a{
	display: block;
	position: relative;
	padding-bottom: 5px;
}
.banner_a:after{
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
	border-bottom: 5px solid #F4F4F4 !important;
}
.data-count .ui-icon {
    position: relative;
    top: -1px;
    margin-right: 5px;
}


/*2019.1.7 新增全部分类筛选*/

#sousuo:hover,
#sousuo:visited,
#sousuo:link,
#sousuo:active{
	color:#999;
}
.search_box{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;
	transition: all .4s;
}
.search_box.hide_up{
	transform: translateY(-53%);
	-o-transform:translateY(-53%); 
	-ms-transform:translateY(-53%); 	
	-moz-transform:translateY(-53%); 	
	-webkit-transform:translateY(-53%);
}
.search_input{
	border-radius: 1rem;
	width: 95%;
	background: #f2f7f7;
	color: #999;
	padding: .2rem 0;
}
.list_bg{
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	transition: all .4s;
	/* min-height: 15rem; */
	z-index: 990;
}
.list_bg.show{
	bottom: 2.5rem;
}
.list_bg .classify_list{
	position: relative;
	max-height: 22rem;
	overflow: scroll;
	padding-bottom: .5rem;
	z-index: 990;
}
.list_bg .price_sort{
	position: relative;
	max-height: 15.3rem;
	/* overflow: scroll; */
	padding-bottom: .5rem;
	z-index: 990;
}
.list_bg .tr{
	background: #e6e6e6;
	width: 100%;
	height: .5rem;
}
.list_bg .withe_bg{
	position: absolute;
	bottom: .5rem;
	left: 0;
	width: 100%;
	height: 1.5rem;
	background: -moz-linear-gradient(top, rgba(255,255,255,.1) 0%, #fff 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.1)), color-stop(50%,#fff));
	background: -webkit-linear-gradient(top, rgba(255,255,255,.1) 0%,#fff 50%);
	background: -o-linear-gradient(top, rgba(255,255,255,.1) 0%,#fff 50%);
	background: -ms-linear-gradient(top, rgba(255,255,255,.1) 0%,#fff 50%);
	background: linear-gradient(to bottom, rgba(255,255,255,.1) 0%,#fff 50%);
}
.list_bg .list_item{
	height: 2.5rem;
	line-height: 2.5rem;
}
.list_bg .list_item:not(:last-child){
	border-bottom: 1px solid #e9e9e9;
}
.moda_filter .cancle{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2.5rem;
	line-height: 2.5rem;
}
.recom_btn{
	position: fixed;
	bottom: 1.5rem;
	left: 50%;
	transform: translateX(-50%);
	-o-transform:translateX(-50%); 
	-ms-transform:translateX(-50%); 	
	-moz-transform:translateX(-50%); 	
	-webkit-transform:translateX(-50%);
	width: 31%;
	z-index: 10;
}
.recom_btn img{
	display: block;
	width: 100%;
}
.yz_box i{
	color: #F74427;
    margin-right: 5px;
    font-size: 18px;
    position: relative;
    top: -1px;
}

