@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	line-height: 1;
	box-sizing: border-box;
}
body{
	font-family: "PingFang SC","Microsoft Yahei","Helvetica Neue",Helvetica,Arial,PingFang SC,"Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
	font-size: 16px;
	background: #F5F5F5;
	color: #333333;
	position: relative;
}
p,
ul,
li{
	list-style: none;
	line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-weight: normal;
}
input{
	outline: none;
}
textarea{
	outline: none;
	border: 0;
}
a{
	text-decoration: none;
	color: inherit;
}
img{
	border: none;
}
.weui-grids:before{
	border-top: 0;
}
.weui-grids:after{
	border-left: 0;
}
.weui-grid:before{
	border-right: 0;
}
.weui-grid:after{
	border-bottom: 0;
}
.weui-cell:before{
	border-top: 0;
}
.weui-cell:after{
	border-bottom: 0;
}
.weui-btn:after{
	border: 0;
}
.weui-cells:before{
	height: 0;
	color: #FFFFFF;
	position: relative;
}
.weui-cells:after{
	border-bottom: 0;
}
.weui-search-bar:before{
	border-top: 0;
}
.weui-search-bar:after{
	border-bottom: 0;
}
.weui-search-bar__form:after{
	border: 0;
}
.weui-media-box:before{
	border-top: 0;
}
.weui-navbar:after{
	border-bottom: 0;
}
.weui-navbar__item:after{
	border-right: 0;
}
.weui-cell_access .weui-cell__ft:after{
	border-width: 0;
}
.clrfloat:after{
	display: block;
	clear: both;
	content: "";
}
input::-webkit-input-placeholder{
	font-size: 15px;
	color: #999999;	
	font-family: "PingFang SC","Microsoft Yahei","Helvetica Neue",Helvetica,Arial,PingFang SC,"Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
	line-height: 18px;
}
input:-moz-placeholder{
	font-size: 15px;
	color: #999999;
	font-family: "PingFang SC","Microsoft Yahei","Helvetica Neue",Helvetica,Arial,PingFang SC,"Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;	
	line-height: 18px;
}
input::-moz-placeholder{
	font-size: 15px;
	color: #999999;	
	font-family: "PingFang SC","Microsoft Yahei","Helvetica Neue",Helvetica,Arial,PingFang SC,"Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
	line-height: 18px;
}
input::-ms-input-placeholder{
	font-size: 15px;
	color: #999999;	
	font-family: "PingFang SC","Microsoft Yahei","Helvetica Neue",Helvetica,Arial,PingFang SC,"Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
	line-height: 18px;
}
textarea::-webkit-input-placeholder{
	font-size: 16px;
	color: #999999;	
	font-family: "PingFang SC","Microsoft Yahei","Helvetica Neue",Helvetica,Arial,PingFang SC,"Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
	line-height: 1.5;
}
textarea:-moz-placeholder{
	font-size: 16px;
	color: #999999;
	font-family: "PingFang SC","Microsoft Yahei","Helvetica Neue",Helvetica,Arial,PingFang SC,"Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;	
	line-height: 1.5;
}
textarea::-moz-placeholder{
	font-size: 16px;
	color: #999999;	
	font-family: "PingFang SC","Microsoft Yahei","Helvetica Neue",Helvetica,Arial,PingFang SC,"Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
	line-height: 1.5;
}
textarea::-ms-input-placeholder{
	font-size: 16px;
	color: #999999;	
	font-family: "PingFang SC","Microsoft Yahei","Helvetica Neue",Helvetica,Arial,PingFang SC,"Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
	line-height: 1.5;
}
.title{
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	background-color: #FFFFFF;
	margin-bottom: 15px;
}
.title1{
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #666666;
	background-color: #FFFFFF;
	padding-left: 15px;
}
.line{
	height: 1px;
	background-color: #F5F5F5;
}
.line1{
	height: 10px;
}
.line2{
	height: 15px;
}
.mar{
	background: #FFFFFF;
	padding-left: 15px;
}
.bg{
	background-color: #FB6A00;
}
.bg1{
	background-color: #2b8ff7;
}
.fc_999{
	font-size: 14px;
	color: #999999;
	letter-spacing: 1px;
}
.weui-btn{
	height: 44px;
	line-height: 44px;
}
.weui-panel__hd{
	width: 100%;
	padding: 0;
}
/*问题内容区域通用*/
.weui-media-box{
	padding: 18px 15px 0px;
	background-color: #FFFFFF;
}
.weui-media-box .weui-media-box__title{
	white-space: inherit;
	line-height: 1.8;
}
.weui-media-box .weui-cell{
	padding: 8px 0 20px;
}
.weui-media-box .weui-cell .weui-cell__bd{
	font-size: 14px;
	color: #999999;
	letter-spacing: 1px;
}
.weui-media-box .weui-cell .weui-cell__bd span{
	padding-left: 10px;
	font-size: 14px;
}
.weui-media-box .weui-cell .weui-cell__ft{
	font-size: 14px;
	color: #FB6A00;
}

/*咨询*/
.zixun{
	position: relative;
	margin-bottom: 49px;
}
.weui-search{
	background-color: #ffffff;
	padding: 8px 15px;
	display: block;
}
.weui-search-bars{
	background-color: #ebebeb;
	border-radius: 20px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.weui-search-bars span{
	color: #999999;
	font-size: 13px;
}
.weui-search-bar{
	background-color: #ffffff;
	padding: 8px 15px;
}
.weui-search-bar__form{
	background-color: #ebebeb;
	border-radius: 20px;
	height: 30px;
	line-height: 30px;
}
.weui-search-bar__box{
	background-color: #ebebeb;
	border-radius: 20px;
}
.weui-search-bar__box .weui-search-bar__input{
	height: 22px;
	line-height: 22px;
}
.weui-search-bar__box .weui-icon-search{
	left: 6px;
}
.weui-icon-search:before{
	content: "";
}
.weui-icon-search img{
	width: 13px;
	height: 13px;
}
.zixun .weui-search-bar__label{
	margin: 8px 15px;
	border-radius: 20px;
	color: #999999;
	background: #EBEBEB;
	height: 30px;
	line-height: 30px;
}
.zixun .weui-search-bar__label .weui-icon-search{
	margin-right: 0;
}
.weui-search-bar__cancel-btn{
	font-size: 16px;
	color: #333333;
}
.zixun{
	display: block;
}
.zixun .banner{
	width: 100%;
	height: 125px;
}
.zixun .banner img{
	width: 100%;
	height: 125px;
}
.zixun .weui-grids{
	margin-top: 6px;
}
.zixun .weui-grid{
	padding: 20px 10px;
	width: 25%;
	background: #FFFFFF;
}
.zixun .weui-grid .weui-grid__icon{
	width: 45px;
	height: 45px;
}
.zixun .weui-grid .weui-grid__icon img{
	border-radius: 50%;
}
.zixun .weui-grid .weui-grid__label{
	font-size: 12px;
}
.zixun .hot .weui-cell{
	padding: 14px 15px;
}
.zixun .hot .weui-cell .weui-cell__hd{
	height: 17px;
	width: 2px;
	line-height: 17px;
	background-color: #FB6A00;
	margin-right: 8px;
}
.zixun .hot .weui-cell .weui-cell__bd{
	font-size: 17px;
}
.experts_card{
	margin: 0 10px 10px;
}
.experts_card a{
	display: block;
}
.experts_card .card{
	background: #FFFFFF;
	border-radius: 5px;
	margin-bottom: 10px;
	position: relative;
}
.experts_card .card .weui-cell{
	padding: 0 10px;
}
.experts_card .card .weui-cell .weui-cell__hd{
	position: absolute;
	top: 20px;
	left: 10px;
}
.experts_card .card .weui-cell .weui-cell__hd img{
	width: 50px;
	height: 50px;
	margin-right: 0;
	border-radius: 50%;
}
.experts_card .card .weui-cell .weui-media-box_text{
	margin: 25px 0 11px 68px;
	width: 100%;
}
.experts_card .card .weui-cell .weui-media-box_text .weui-cell{
	padding: 0;
	margin-bottom: 8px;
}
.experts_card .card .weui-cell .weui-media-box_text .weui-cell .weui-cell__bd p{
	font-size: 17px;
	color: #1a1a1a;
}
.experts_card .card .weui-cell .weui-media-box_text .weui-cell .weui-cell__ft{
	font-size: 13px;
}
.experts_card .card .weui-cell .weui-media-box_text .weui-cell .weui-cell__ft img{
	width: 10px;
	height: 10px;
}
.experts_card .card .weui-cell .weui-media-box_text .weui-media-box__desc{
	color: #333333;
	font-size: 15px;
	line-height: 1.5;
	-webkit-line-clamp: 3;
}
.experts_card .card .weui-cell .weui-media-box_text .tag{
	margin: 8px 0 4px;
}
.experts_card .card .weui-cell .weui-media-box_text .tag img{
	width: 10px;
	height: 10px;
	margin-right: 2px;
	margin-bottom: -1px;
}
.experts_card .card .weui-cell .weui-media-box_text .tag span{
	font-size: 12px;
	color: #999999;
	margin-right: 4px;
}
.experts_card .card .weui-cell_bottom{
	margin-left: 75px;
	border-top: 1px solid #F5F5F5;
	padding: 15px 0;
	font-size: 13px;
	color: #999999;
	letter-spacing: 1px;
}
.zixun .saw_all{
	display: block;
	text-align: center;
	padding: 16px 0 26px;
	color: #FB6A00;
	font-size: 15px;
}

/*全部分类*/
.all{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}
.all .all-tab{
	overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 45px 0;
    box-sizing: border-box;
    height: 100%;
}
.all .all-tab .all-navbar{
	position: absolute;
    width: 34%;
    top: 0;
    left: 0;
    bottom: 45px;
    overflow-x: hidden;
    overflow-y: auto;
}
.all .all-tab .all-navbar .all-navbar_item{
	display: block;
	height: 55px;
	line-height: 55px;
	font-size: 15px;
	padding-left: 25px;
}
.all .all-tab .all-navbar .all-navbar_item.all-navbar__item--on{
	background-color: #FFFFFF;
	color: #FB6A00;
	background-image: url(../images/border.png);
	background-repeat: no-repeat;
	background-size: 3px 45px;
	background-position: 0 5px;
}
.all .all-tab .all-tab_bd{
	position: absolute;
	width: 67%;
	top: 0;
	bottom: 45px;
	right: 0;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #FFFFFF;
}
.all .all-tab .all-tab_bd .all-tab__bd-item{
	height: 100%;
	display: none;
}
.all .all-tab .all-tab_bd .all-tab__bd-item.all-tab__bd-item__active{
	display: block;
}
.all-tab__bd-item .kind{
	display: block;
	line-height: 55px;
	height: 55px;
	padding-left: 25px;
}
.kind.kind_click{
	color: #FB6A00;
}
/*种类*/
.allKind{
	margin-bottom: 100px;
}
.allKind .choose{
	margin: 0 0 5px 15px;
}
.allKind .choose .choose_li{
	float: left;
	background-color: #FFFFFF;
	padding: 0 20px;
	margin: 0 15px 10px 0;
	border-radius: 5px;
	color: #4B4B4B;
	text-align: center;
	height: 30px;
}
.allKind .choose .choose_ul li.current{
	color: #FFFFFF;
	background-color: #FB6A00;
}
.allKind .choose .choose_ul .choose_li span{
	font-size: 14px;
	line-height: 30px;
}
.allKind .allKind_content .experts_card{
	display: none;
}
.allKind .allKind_content .experts_card.show{
	display: block;
}
/*搜索有结果*/
.search_result{
	position: relative;
	margin-bottom: 49px;
}
.weui-search-bar__cancel-btn{
	display: block;
}
.search_result .expert {
	background-color: #FFFFFF;
}
.search_result .expert .content{
	position: relative;
}
.search_result .expert .weui-cell{
	padding: 0 15px 20px;
}
.search_result .expert .weui-cell .weui-cell__hd{
	position: absolute;
	top: 20px;
	left: 15px;
}
.search_result .expert .weui-cell .weui-cell__hd img{
	width: 40px;
	height: 40px;
}
.search_result .expert .weui-cell .weui-media-box_text{
	width: 100%;
	margin-top: 25px;
	margin-left: 55px;
}
.search_result .expert .weui-cell .weui-media-box_text .weui-cell{
	padding: 0;
	margin-bottom: 8px;
}
.search_result .expert .weui-cell .weui-media-box_text .weui-cell .weui-cell__bd p{
	font-size: 17px;
	color: #1a1a1a;
}
.search_result .expert .weui-cell .weui-media-box_text .tag{
	margin: 8px 0 4px;
}
.search_result .expert .weui-cell .weui-media-box_text .tag img{
	width: 10px;
	height: 10px;
	margin-right: 2px;
	margin-bottom: -1px;
}
.search_result .expert .weui-cell .weui-media-box_text .tag span{
	font-size: 12px;
	color: #999999;
	margin-right: 4px;
}
.search_result .expert .weui-cell .weui-media-box_text .weui-cell .weui-cell__ft{
	font-size: 13px;
}
.search_result .expert .weui-cell .weui-media-box_text .weui-cell .weui-cell__ft img{
	width: 10px;
	height: 10px;
}
.search_result .expert .weui-cell .weui-media-box_text .weui-media-box__desc{
	color: #333333;
	font-size: 15px;
	line-height: 1.5;
}
.ques .weui-media-box__bd{
	padding: 20px 15px 20px 0;
}
.ques .weui-media-box__bd .weui-cell{
	padding: 0;
}
.ques .weui-media-box__bd .weui-cell .weui-cell__hd img{
	width: 20px;
	height: 20px;
	margin-right: 8px;
	border-radius: 50%;
}
.ques .weui-media-box__bd .weui-cell .weui-cell__bd{
	font-size: 15px;
	color: #666666;
}
.ques .weui-media-box__bd .weui-cell .weui-cell__bd span{
	margin-left: 15px;
}
.ques .weui-media-box__bd .weui-media-box__desc{
	font-size: 16px;
	line-height: 1.8;
	margin-top: 10px;
	color: #333333;
	-webkit-line-clamp: 3;
}
.ques .weui-media-box__bd .weui-btn{
	width: 215px;
	height: 44px;
	font-size: 16px;
	border-radius: 22px;
	margin: 13px 0 20px;
}
.search_empty{
	text-align: center;
	padding-top: 146px;
}
.search_empty img{
	width: 140px;
	height: 118px;
}
.search_empty p{
	font-size: 14px;
	padding-top: 27px;
	color: #999999;
}
/*付费*/
.jieda{
	position: relative;
	margin-bottom: 49px;
}
.jieda .weui-media-box__bd{
	background-color: #FFFFFF;
}
.jieda .weui-media-box__bd .weui-cell{
	padding: 20px 15px 8px;
}
.jieda .weui-media-box__bd .weui-cell .weui-cell__hd img{
	width: 40px;
	height: 40px;
	margin-right: 8px;
	border-radius: 50%;
}
.jieda .weui-media-box__bd .weui-cell .weui-cell__bd span{
	padding-left: 15px;
	font-size: 13px;
	color: #999999;
	letter-spacing: 1px;
}
.jieda .weui-media-box__bd .weui-btn{
	width: 235px;
	font-size: 16px;
	text-align: center;
	border-radius: 22px;
	margin-bottom: 20px;
}
.jieda .fc_666{
	font-size: 13px;
	color: #666666;
	padding: 15px 0;
	margin-left: 63px;
}
.jieda .weui-media{
	padding: 0;
	margin-left: 63px;
	margin-right: 20px;
}
.jieda .weui-media .weui-media-box__title{
	line-height: 1.8;
	font-size: 15px;
	color: #333333;
	white-space: inherit;
}
.jieda .weui-media .weui-cell{
	padding: 15px 0;
}
.jieda .weui-media .weui-cell .weui-cell__bd p{
	color: #999999;
	font-size: 13px;
	letter-spacing: 1px;
}
.jieda .weui-media-box__bd .weui-cell .weui-cell__ft{
	line-height: 40px;
	color: #FB6A00;
	font-size: 14px;
	margin-right: 26px;
}
.jieda .weui-media-box__bd .weui-cell .weui-cell__ft img{
	width: 22px;
	height: 16px;
	padding-left: 6px;
	position: absolute;
	right: 20px;
	top: 32px;
}
.jieda .weui-media .weui-cell .weui-cell__click{
	text-align: right;
}
.jieda .weui-media .weui-cell .weui-cell__click.best{
	width: 35px;
	color: #999999;
	height: 14px;
    line-height: 14px;
	font-size: 13px;
	margin-right: 0;
	background-image: url(../images/best.png);
	background-size: 14px 14px;
	background-repeat: no-repeat;
}
.jieda .best_click{
	width: 35px;
	color: #999999;
	height: 14px;
    line-height: 14px;
	font-size: 13px;
	margin-right: 0;
	background-image: url(../images/best_click.png);
	background-size: 14px 14px;
	background-repeat: no-repeat;
}

/*提问*/
.weui-button{
	width: 59px;
	height: 59px;
	display: block;
	position: fixed;
	right: 15px;
	bottom: 64px;
	border-radius: 50%;
	text-align: center;
	line-height: 59px;
	padding: 12px 0;
	box-shadow: 2px 2px 2px #faceaf;
}
.weui-button img{
	width: 20px;
	height: 18px;
}
.weui-button p{
	padding-top: 6px;
	font-size: 11px;
	color: #FFFFFF;
}
.publish{
	position: relative;
	margin-bottom: 49px;
}
.publish .enter{
	position: relative;
	padding: 20px 15px;
	background-color: #FFFFFF;
}
.publish .enter .weui-cells{
	margin-top: 16px;
}
.publish .enter .weui-cells .weui-cell{
	background: #f8f8f8;
	padding: 0px 12px;
	border-radius: 5px;
	height: 109px;
}
.publish .enter .weui-cells .weui-cell .weui-textarea{
	background: #f8f8f8;
	font-size: 16px;
	line-height: 1.5;
}
.enter textarea::-webkit-input-placeholder{
	font-size: 16px;
	color: #999999;	
	font-family: "PingFang SC","Microsoft Yahei","Helvetica Neue",Helvetica,Arial,PingFang SC,"Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
	line-height: 1.5;
}
.enter textarea:-moz-placeholder{
	font-size: 16px;
	color: #999999;
	font-family: "PingFang SC","Microsoft Yahei","Helvetica Neue",Helvetica,Arial,PingFang SC,"Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;	
	line-height: 1.5;
}
.enter textarea::-moz-placeholder{
	font-size: 16px;
	color: #999999;	
	font-family: "PingFang SC","Microsoft Yahei","Helvetica Neue",Helvetica,Arial,PingFang SC,"Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
	line-height: 1.5;
}
.enter textarea::-ms-input-placeholder{
	font-size: 16px;
	color: #999999;	
	font-family: "PingFang SC","Microsoft Yahei","Helvetica Neue",Helvetica,Arial,PingFang SC,"Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
	line-height: 1.5;
}
.publish .kind{
	padding: 20px 15px 0;
	background-color: #FFFFFF;
}
.publish .kind .choose{
	padding: 15px 0 5px 0;
}
.publish .kind .choose_ul .choose_li{
	float: left;
	border: 1px solid #d9d9d9;
	margin-bottom: 15px;
	padding: 7px 17px;
	border-radius: 5px;
	margin-right: 15px;
	background: #f7f7f7;
	color: #4b4b4b;
	text-align: center;
}
.publish .kind .choose_ul li.current{
	background: #fb6a00;
	color: #fff;
	border: 1px solid #FB6A00;
}
.publish .kind .choose_ul .choose_li span{
	font-size: 14px;
}
.publish .classify{
	padding: 20px 0 0 15px;
	background-color: #FFFFFF;
}
.publish .classify .choose{
	padding: 0 0 10px 0;
}
.publish .classify .choose_ul{
	margin: 15px 0 5px 0;
}
.publish .classify .choose_ul .choose_li{
	float: left;
    background: #ffffff;
    width: 29%;
    text-align: center;
    line-height: 40px;
    padding: 0;
    margin-right: 15px;
    font-size: 15px;
    border: 1px solid #D9D9D9;
    color: #4d4d4d;
    margin-bottom: 12px;
    border-radius: 4px;
}
.publish .classify .choose_ul li.current{
	background: #fb6a00;
	color: #fff;
	border: 1px solid #FB6A00;
}
.publish .classify .choose_ul .choose_li span{
	font-size: 14px;
}
.publish .weui-btn{
	margin: 35px 15px 100px;
	font-size: 17px;
}


/*专家详情*/
.experts{
	position: relative;
	margin-bottom: 49px;
}
.experts .experts_pic{
	width: 90px;
	height: 90px;
	background-color: #FFFFFF;
	border-radius: 50%;
	margin: 0 auto;
	margin-top: 20px;
}
.experts .experts_pic img{
	width: 80px;
	height: 80px;
	margin: 5px;
	border-radius: 50%;
}
.experts .weui-msg{
	margin: -40px 15px 22px;
	background-color: #FFFFFF;
	border-radius: 5px;
}
.experts .weui-msg .weui-msg__text-area{
	margin-bottom: 0;
	padding: 15px 23px 5px;
}
.experts .weui-msg .weui-msg__text-area .weui-msg__title{
	margin-bottom: 10px;
	font-weight: normal;
}
.experts .weui-msg .weui-msg__text-area h3{
	color: #999999;
	font-size: 14px;
	margin-bottom: 17px;
}
.experts .weui-msg .weui-msg__text-area h3 img{
	width: 10px;
	height: 10px;
}
.experts .weui-msg .weui-msg__text-area p{
	font-size: 15px;
	color: #666666;
	line-height: 1.8;
	text-align: left;
}
.hidden{
	display: none;
}
.activeArrow{
	margin: 0 auto;
	padding: 10px 20px 20px;
	width: 20px;
	height: 10px;
	background: url(../images/iron_down.png) no-repeat;
	background-size: 20px 10px;
	background-position: 10px 10px;
}
.activeArrowClick{
	background: url(../images/iron_up.png) no-repeat;
	background-size: 20px 10px;
	background-position: 10px 10px;
}
.experts .weui-btn{
	font-size: 17px;
	margin: 0 15px 20px;
}
.experts .weui-cell{
	background-color: #FFFFFF;
	padding: 20px 15px;
}
.experts .weui-cell .weui-cell__hd{
	height: 17px;
	width: 2px;
	line-height: 17px;
	background-color: #FB6A00;
	margin-right: 5px;
}
.experts .weui-cell .weui-cell__bd{
	font-size: 17px;
}
.experts .weui-cell .weui-cell__ft{
	font-size: 14px;
	color: #999999;
}
.experts .ques .weui-media-box__bd .weui-cell .weui-cell__hd{
	width: 20px;
	height: 20px;
	margin-right: 8px;
	background-color: #FFFFFF;
}
.weui-popup__overlay,
.weui-popup__container{
	z-index: 11;
}
.weui-popup__modal{
	background-color: #FFFFFF;
	padding: 0 15px;
	color: #333333;
	position: fixed;
}
.weui-popup__modal .weui-cell{
	padding: 20px 0 15px;
}
.weui-popup__modal .weui-cell .weui-cell__ft{
	color: #FB6A00;
}
.weui-popup__modal textarea{
	height: 230px;
	background-color: #F5F5F5;
	padding: 10px 7px;
	margin-top: 15px;
	line-height: 1.5;
	border-radius: 5px;
}
.weui-popup__modal .weui-btn{
	font-size: 17px;
	margin-top: 25px;
}
/*我的mine*/
.mine{
	margin-bottom: 49px;
}
.mine .user{
	padding: 20px 0 23px;
	text-align: center;
	background: #FFFFFF;
}
.mine .user .username{
	margin: 15px 0;
}
.mine .user img{
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.mine .user h1{
	margin: 15px 0;
	font-weight: bold;
}
.mine .user .weui-bt{
	color: #FB6A00;
	border: 1px solid #FB6A00;
	font-size: 13px;
	border-radius: 5px;
	height: 34px;
	line-height: 34px;
	padding: 8px 0;
}
.mine .user .weui-btn_primary{
	background: #FFFFFF;
}
.mine .weui-cell{
	background: #ffffff;
	height: 55px;
	padding: 0 20px 0 15px;
}
.mine .weui-cell .weui-cell__bd p{
	color: #333333;
	font-size: 15px;
}
.mine .weui-cell img{
	width: 9px;
	height: 15px;
}
/*账户余额account*/
.account{
	margin-bottom: 49px;
}
.account .money{
	padding: 25px 0 16px;
	text-align: center;
	background: #FFFFFF;
}
.account .money h1{
	font-size: 33px;
	color: #FB6A00;
}
.account .money h3{
	font-size: 16px;
	color: #999999;
	margin-top: 5px;
}
.account .weui-cell{
	background: #ffffff;
	height: 54px;
	padding: 0 20px 0 15px;
}
.account .weui-cell .weui-cell__bd p{
	color: #333333;
	font-size: 15px;
}
.account .weui-cell img{
	width: 9px;
	height: 15px;
}
.account .deal{
	position: fixed;
	right: 20px;
	top: 15px;
}
.account .deal img{
	width: 15px;
	height: 15px;
	border-radius: 50%;
}
/*提现money*/
.tixian{
	background: #F2F2F2;
	height: 100%;
}
.tixian p{
	padding: 14px 15px;
	font-size: 14px;
	color: #333333;
}
.tixian p span{
	color: #FB6A00;
	font-size: 14px;
}
.tixian .weui-cell{
	background: #FFFFff;
	padding: 15px;
	margin-bottom: 13px;
}
.tixian .weui-cell span{
	float: left;
	font-size: 18px;
	color: #333333;
}
.tixian .weui-cell input{
	float: right;
	width: 80%;
}
.tixian .weui-cell .weui-input{
	height: 18px;
	line-height: 18px;
}
.tixian h2{
	font-size: 12px;
	color: #ff5a5a;
	margin: 13px 15px;
}
.tixian .weui-btn{
	width: 92%;
	height: 44px;
	margin: 40px 15px;
	color: #f8f8f8;
	font-size: 16px;
}

/*交易明细deal*/
.deal_detail{
	margin-bottom: 55px;
	background: #FFFFFF;
}
.deal_detail .weui-cell{
	padding: 12px 15px;
}
.deal_detail .weui-cell .weui-cell__bd .weui-media-box__bd .weui-media-box__title{
	color: #333333;
	font-size: 15px;
	margin-bottom: 12px;
}
.deal_detail .weui-cell .weui-cell__bd .weui-media-box__bd .weui-media-box__desc{
	font-size: 12px;
	color: #999999;
	-webkit-line-clamp: 3;
}
.deal_detail .weui-cell .weui-cell__ft{
	font-size: 15px;
	color: #333333;
}

/*我的咨询*/
.my_zixun{
	margin-bottom: 49px;
}
.my_zixun a{
	display: block;
}
.my_zixun .weui-cells{
	margin-top: 0;
}
.my_zixun .weui-cells .weui-cell .weui-cell__hd img{
	width: 20px;
	height: 20px;
	border-radius: 50%;
}
.my_zixun .weui-cells .weui-cell .weui-cell__bd{
	color: #666666;
	font-size: 15px;
}
.my_zixun .weui-cells .weui-cell .weui-cell__ft{
	color: #FB6A00;
	font-size: 15px;
}
.my_zixun .weui-cells .weui-media-box__title{
	white-space: normal;
	line-height: 1.8;
	padding: 0 15px;
}
.my_zixun .weui-cells .weui-media-box__desc{
	padding: 10px 15px 20px;
	font-size: 14px;
	color: #999999;
	letter-spacing: 1px;
	-webkit-line-clamp: 3;
}
/*我的问答*/
.my_question{
	margin-bottom: 49px;
}
.my_question .weui-media-box .weui-cell .weui-cell__bd{
	color: #FB6A00;
}
.my_question .weui-media-box .weui-cell .weui-cell__ft{
	color: #999999;
}
/*我的回答未确认*/
.unconfirmed .jieda .weui-media-box__bd{
	padding-bottom: 1px;
}
/*帮助help*/
.help .weui-cell{
	background: #ffffff;
	height: 55px;
	padding: 0 20px 0 15px;
}
.help .weui-cell .weui-cell__bd p{
	color: #333333;
	font-size: 15px;
}
.help .weui-cell img{
	width: 9px;
	height: 15px;
}
/*关于我们about*/
.about{
	margin-bottom: 100px;
}
.about .weui-msg{
	padding-top: 35px;
}
.about .weui-msg .weui-msg__icon-area{
	margin-bottom: 18px;
}
.about .weui-msg .weui-msg__icon-area img{
	width: 90px;
	height: 90px;
}
.about .weui-msg .weui-msg__text-area h2{
	font-size: 22px;
	color: #333333;
}
.about .weui-msg .weui-msg__text-area p{
	font-size: 15px;
	margin-bottom: 20px;
}
.about p{
	margin: 0 35px;
	font-size: 15px;
	color: #333333;
	line-height: 1.8;
}
/*使用帮助use_help*/
.use_help{
	margin-bottom: 49px;
}
.use_help .weui-media-box{
	padding-top: 20px;
}
.use_help .weui-media-box_text .weui-media-box__title{
	margin-bottom: 22px;
	font-size: 17px;
	font-weight: bold;
	color: #333333;
}
.use_help .weui-media-box_text .weui-media-box__desc{
	background: #FAFAFA;
	padding: 15px 10px;
	color: #333333;
	line-height: 1.8;
	font-size: 16px;
	-webkit-box-orient: inherit;
	border-radius: 5px;
	-webkit-line-clamp: 3;
}
.weui-media-box:before{
	border-top: 0;
}

/*意见反馈advice*/
.advice{
	margin: 20px 15px 0;
}
.advice p{
	color: #1a1a1a;
	font-size: 15px;
	margin-bottom: 14px;
}
.advice .weui-cells{
	border-radius: 5px;
	margin-bottom: 20px;
}
.advice .weui-cell .weui-textarea{
	border-radius: 5px;
}
.advice .weui-btn{
	margin-top: 40px;
	height: 44px;
}

/*专家入驻*/
.experts_msg{
	padding-top: 15px;
	margin-bottom: 49px;
}
.experts_msg .weui-progress{
	width: 20.8%;
	float: left;
}
.experts_msg .weui-progress.weui-progress_other{
	width: 20.5%;
}
.experts_msg .weui-progress.weui-progress_others{
	width: 17.7%;
	margin-top: 6px;
}
.experts_msg .weui-progress__bar{
	background: #e6e6e6;
	height: 1px;
}
.experts_msg .weui-progress__inner-bar{
	background: #FB6A00;
}
.experts_msg .weui-progress__opr{
	margin-left: 0;
}
.experts_msg .weui-progress__opr img{
	width: 12px;
	height: 12px;
	border-radius: 50%;
}
.experts_msg .weui-flex{
	margin: 15px 8%;
}
.experts_msg .weui-flex .weui-flex__item{
	text-align: center;
	margin: 0 15px;
}
.experts_msg .weui-flex .placeholders{
	font-size: 12px;
	color: #666666;
}
.experts_msg .weui-cells{
	font-size: 16px;
}
.experts_msg .weui-cells .weui-cell{
	padding: 15px;
}
.experts_msg .weui-panel__bd .weui-media-box{
	background-color: #F5F5F5;
	padding: 20px 0 0 15px;
}
.experts_msg .weui-panel__bd .weui-media-boxs{
	background-color: #F5F5F5;
	padding-top: 10px;
}
.experts_msg .weui-panel__bd .weui-media-box .weui-media-box__title{
	font-size: 16px;
}
.experts_msg .weui-panel__bd .weui-media-box .weui-flex{
	margin: 15px 7px 0 0;
}
.experts_msg .weui-panel__bd .weui-media-box .weui-flex .weui-flex__item{
	font-size: 15px;
	width: 80px;
	border: 1px solid #d9d9d9;
	border-radius: 22px;
	margin: 0;
	margin-right: 8px;
	text-align: center;
	padding: 6px 0;
	color: #666666;
}
.experts_msg .weui-panel__bd .weui-media-box .weui-flex li span{
	font-size: 15px;
}
.experts_msg .weui-panel__bd .weui-media-box .weui-flex li.current{
	background: #FB6A00;
	color: #fff;
	border: 1px solid #FB6A00;
}
.experts_msg .weui-msg{
	padding-top: 15px;
	background: #FFFFFF;
}
.experts_msg .weui-msg .weui-msg__icon-area{
	margin-bottom: 0;
}
.experts_msg .weui-msg .weui-msg__icon-area img{
	width: 59px;
	height: 59px;
}
.experts_msg .weui-msg .weui-msg__text-area{
	padding: 15px;
}
.experts_msg .button{
	margin: 50px 15px;
}
.experts_msg .button .weui-btn{
	margin: 0;
	margin-top: 15px;
}
.experts_msg .weui-btn{
	margin: 50px 15px;
	font-size: 17px;
}
.experts_msg .weui-btn.back{
	background-color: #FFFFFF;
	color: #333333;
	border: 1px solid #FB6A00;
}
.experts_msg .weui-panel__bd h4{
	margin-bottom: 13px;
}
.experts_msg .weui-panel__bd .weui-media-boxs h4{
	margin-left: 15px;
}
.experts_msg .weui-panel__bd{
	background-color: #FFFFFF;
}
.experts_msg .weui-panel__bd .weui-cells{
	border-radius: 5px;
}
.experts_msg .weui-panel__bd .weui-cells .weui-cell{
	padding: 0 4px;
	border-radius: 5px;
	height: 109px;
}
.experts_msg .weui-panel__bd .weui-cell__bd .weui-textarea{
	padding: 9px 6px;
	line-height: 1.5;
}
.experts_msg .choose{
	margin-bottom: 25px;
}
.experts_msg .choose .choose_li{
	float: left;
	border: 1px solid #d9d9d9;
	padding: 7px 16px;
	border-radius: 22px;
	margin-right: 15px;
	background: #f7f7f7;
	color: #4b4b4b;
	margin-bottom: 10px;
}
.experts_msg .choose li.current{
	background: #fb6a00;
	color: #fff;
	border: 1px solid #FB6A00;
}
.weui-panel__bd .weui-media-box li{
	border-radius: 22px;
}
.experts_msg .experts_industry{
	background-color: #FFFFFF;
	padding-left: 15px;
}
.experts_msg .experts_industry p{
	line-height: 50px;
	height: 50px;
}
.experts_msg .experts_industry .select{
	margin: 7px 15px 5px 0;
}
.experts_msg .experts_industry .select .select_li{
	float: left;
	width: 33.33%;
	text-align: center;
	margin: 20px 0;
	height: 19px;
	line-height: 19px;
}
.experts_msg .experts_industry .select .select_li span{
	font-size: 15px;
}
.experts_msg .experts_industry .select li.current{
	color: #FB6A00;
}
.experts_msg .experts_industry .select .select_li .tick{
	float: right;
	padding-right: 15px;
}
.experts_msg .experts_industry .select .select_li .tick img{
	width: 12px;
	height: 8px;
}
.experts_msg .experts_industry .select .select_li .right-line{
	float: right;
	height: 19px;
	background-color: #F5F5F5;
	width: 1px;
	margin-right: -27px;
}
.experts_msg .experts_industry .select .select_li .bottom_line{
	height: 1px;
	background-color: #F5F5F5;
	margin-top: 20px;
	margin-right: -1px;
}
.experts_msg .experts_field{
	background-color: #FFFFFF;
}
.experts_msg .experts_field p{
	line-height: 50px;
	height: 50px;
	padding-left: 15px;
}
.experts_msg .experts_field .field .field_title{
	line-height: 55px;
	height: 55px;
	margin-left: 15px;
}
.experts_msg .experts_field .field .field_title.fs{
	color: #FB6A00;
}
.experts_msg .experts_field .field .field_title span{
	font-size: 14px;
	line-height: 55px;
	height: 55px;
}
.experts_msg .experts_field .field .field_title .iron{
	float: right;
	margin-right: 15px;
}
.experts_msg .experts_field .field .field_title span img{
	width: 15px;
	height: 9px;
}
.experts_msg .experts_field .field .field_content{
	background-color: #F5F5F5;
	margin-bottom: 0;
}
.experts_msg .experts_field .field .field_content.none{
	display: none;
}
.experts_msg .experts_field .field .field_content .field_content_ul{
	padding: 15px 0 15px 15px;
}
.experts_msg .experts_field .field .field_content .field_content_ul .field_content_li{
	float: left;
	padding: 7px 20px;
	border-radius: 4px;
	margin-right: 15px;
	background: #FFFFFF;
	color: #4b4b4b;
	margin-bottom: 15px;
}
.experts_msg .experts_field .field .field_content .field_content_ul li.current{
	color: #FFFFFF;
	background-color: #FB6A00;
}
.experts_msg .experts_field .field .field_content .field_content_ul .field_content_li span{
	font-size: 14px;
}
/*提交*/
.submit .weui-msg{
	padding-top: 69px;
}
.submit .weui-msg .weui-msg__icon-area img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.submit .weui-msg .weui-msg__text-area .weui-msg__title{
	margin: 28px 0 40px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.submit .weui-msg .weui-msg__text-area .weui-msg__desc{
	font-size: 15px;
	color: #666666;
	margin-bottom: 13px;
}
.submit .weui-msg .weui-msg__opr-area{
	margin-top: 87px;
}
.submit .weui-msg .weui-msg__opr-area .weui-btn-area{
	margin: 0 15px;
}
.submit .weui-msg .weui-msg__opr-area .weui-btn-area .weui-btn{
	font-size: 16px;
}
/*审核成功*/
.submit_success .weui-msg{
	padding-top: 45px;
}
.submit_success .weui-msg .weui-msg__icon-area img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.submit_success .weui-msg .weui-msg__text-area .weui-msg__title{
	margin: 20px 0 15px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.submit_success .weui-msg .weui-msg__text-area .weui-msg__desc{
	font-size: 15px;
	color: #666666;
	margin-bottom: 40px;
}
.submit_success .weui-msg .weui-msg__icon-area{
	margin-bottom: 12px;
}
.submit_success .weui-msg .weui-msg__icon-area.erweima img{
	width: 190px;
	height: 190px;
	border-radius: 0;
}
.submit_success .weui-msg h4{
	color: #666666;
	font-size: 12px;
}

/*审核失败*/
.submit_fail .weui-msg{
	padding-top: 65px;
}
.submit_fail .weui-msg .weui-msg__icon-area img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.submit_fail .weui-msg .weui-msg__text-area .weui-msg__title{
	margin: 20px 0 44px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.submit_fail .weui-msg .weui-msg__text-area .weui-msg__desc{
	font-size: 15px;
	color: #666666;
	margin-bottom: 13px;
}
.submit_fail .weui-msg .weui-msg__opr-area{
	margin-top: 60px;
}
.submit_fail .weui-msg .weui-msg__opr-area .weui-btn-area{
	margin: 0 15px;
}
.submit_fail .weui-msg .weui-msg__opr-area .weui-btn-area .weui-btn{
	font-size: 16px;
	margin-bottom: 15px;
}
/*底部选项卡*/
.weui-tabbar{
	position: fixed;
	background: #FFFFFF;
	z-index: 10;
}
.weui-tabbar:before{
	border-top: 1px solid #E5E5E5;
}
.weui-tabbar .weui-tabbar__item{
	padding: 4px 0 5px;
}
.weui-tabbar .weui-tabbar__item .weui-tabbar__icon{
	display: inline-block;
	width: 25px;
	height: 25px;
}
.weui-tabbar .weui-tabbar__item .weui-tabbar__icon img{
	display: none;
}
.weui-tabbar .weui-tabbar__item .weui-tabbar__icon .selected{
	display: block;
}
.weui-tabbar__label{
	line-height: 1;
	margin-top: 3px;
	color: #666666;
}
.weui-tabbar__item.weui-bar__item--on .weui-tabbar__label{
	color: #FB6A00;
}