/*美食达人页面*/
.condition{
    padding-bottom: 40px;
}
.condition h4{
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
	margin-top: 25px;
}
.condition p{
    font-size:15px;
    line-height: 27px;

}
.gourmet-list{
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #e5e3df;
}
.gourmet-list ul{
    padding: 30px 0 10px;
}
.gourmet-list .user{
    width: 236px;
    height: 110px;
    margin-right: 146px;
    margin-bottom: 40px;
    float: left;
}
.gourmet-list .user.three{
    margin-right: 0;
}
.gourmet-list .left{
    width: 80px;
    font-size: 0;
    margin-right: 10px;
}
.gourmet-list .right{
    width: 137px;
    margin-right: 9px;
}
.gourmet-list .left .user-img{
    display: inline-block;
    width: 64px;
    height: 64px;
    margin-left: 6px;
    border-radius: 50%;
    overflow: hidden;
}
.gourmet-list .left img{width: 100%;}
.gourmet-list .left .fav-btn{
    display: inline-block;
    width: 80px;
    margin-top: 14px;
    height:30px;
	line-height:28px;
    border-radius: 4px;
    border: 1px solid #333;
	color:#333;
    font-size: 12px;
    text-align: center;
}
.gourmet-list .fav-btn .addicon{font-size: 14px;}
.gourmet-list .right h3{
    font-size: 15px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	margin-top:6px;
}
.gourmet-list .right .nickname{display: inline-block;max-width: 110px;vertical-align: middle;}
.gourmet-list .right a:hover{color:#ffaa00;}
.gourmet-list .right p{
    margin-top: 24px;
    font-size: 13px;
    line-height: 13px;
    color: #999;

}
/*美食达人说明页面*/
.des-title h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 42px;
}
.article {
    padding: 20px 0 46px 0;
    border-bottom: 1px solid #e5e3df;
}
.article h4 {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
}
.article li:before{
    content: "";
    display: inline-block;
    width:0;
    height: 0;
    margin-right: 9px;
    border: 1.4px solid #333;
    border-radius: 100%;
    vertical-align: middle;
    list-style: inherit;
}
.article p, .article li {
    font-size: 15px;
    line-height: 27px;
}
.join-us a {
    display: inline-block;
    width: 100%;
    height: 42px;
    background: #ffb31a;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    border-radius: 6px;
    line-height: 42px;
}
#right .contact-us {
    margin-top: 15px;
    font-size: 15px;
    color: #333333;
    letter-spacing: 0;
    line-height: 1.6;
}
.contact-us a {
    display: block;
}
/*认证详情页面*/
#renzhengform{
    font-size: 15px;
}
#renzhengform div{
    width: 526px;
    margin-bottom: 20px;
    letter-spacing: 0;
    text-align: right;
}
.reason{
    width: 690px;
    margin-bottom: 40px;
}
#renzhengform input{
    width: 433px;
    height: 38px;
    margin-left: -1px;
    border: 1px solid #e5e3df;
    border-radius: 4px;
    font-size: 15px;
    font-weight: normal;
    vertical-align: middle;
}
#renzhengform span{
    margin-left: 1px;
    color: #ff4c44;
    font-size: 12px;
}
.reason textarea{
    width: 433px;
    height: 269px;
    padding-left: 13px;
    padding-top: 6px;
    border: 1px solid #e5e3df;
    border-radius: 4px;
    resize: none;
    vertical-align: text-top;
    font-size: 15px;
    line-height: 27px;
}
#realname,#telphone ,#mstitle ,#blogaddress,#email,#address,#position{
    padding-left: 13px;
}
.submit{
    display: inline-block;
    width: 168px;
    height: 42px;
    margin-left: 92px;
    border-radius: 4px;
    background: #ffb31a;
    text-align: center;
    font-size: 15px;
    line-height: 42px;
	text-align:center;
    color: #fff;
}
.pass-result{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
}
.result-img{
    width: 100%;
}