body {
    /*color: #555;*/
    /*font-size: 15px;*/
    line-height: 1.5;
    font-family:"微软雅黑";
    -webkit-font-smoothing: subpixel-antialiased;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    background-color: white!important;
}
.element::-webkit-scrollbar {display:none}
a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    /*-webkit-touch-callout: none;*/
    /*-webkit-user-select: auto;*/
}
ul{
    overflow: hidden;
    list-style: none;
}
.none{
    display: none;
}
.block{
    display: block;
}
.hide{
    display: none;
}
.clr{
    clear: both;
}
.recommendTitle{
    background-color: white;
}
.recommendTitle ul{
    margin: 0;
    width: 100%;
    height: 1.6rem;
    padding: 0 .3rem;
    overflow: hidden;
}
.recommendTitle ul li:first-child{
    float: left;
    padding: .3rem 0;
    width: 100%;
    position: relative;
}
.recommendTitle ul li:first-child span:first-child{
    display: inline-block;
    width: .48rem;
    height: .49rem;
    position: absolute;
    top: 3%;
    left: 0%;
}
.recommendTitle ul li:first-child span:first-child img{
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.recommendTitle ul li:first-child span:nth-child(2){
    display: inline-block;
    font-size: .48rem;
    color: #FF7561;
    position: absolute;
    top: 91%;
    left: 8%;
}
.recommendTitle ul li:first-child span:nth-child(3){
    display: inline-block;
    font-size: .38rem;
    color: #363636;
    position: absolute;
    top: 108%;
    left: 13%;
    min-left: 13%;
    max-left: 16%;
}
.recommendTitle ul li:nth-child(2){
    float: right;
    color: white;
    background-color: #CF9E65;
    font-size: .28rem;
    padding: .1rem .4rem;
    text-align: center;
    border-radius: 20px;
    margin-right: 8%;
}
.recommendTitle ul li:nth-child(2) a{
    display: inline-block;
    color: white;
}
.bg-white{
    width: 100%;
    height: .2rem;
    background-color: #eee;
}
.recommendContent{
    margin: 0;
    padding: .3rem .3rem .4rem .3rem;
    background-color: white;
}
.recommendContent ul{
    /*margin: 0;*/
    padding: 0;
}

/*--*/
.recommend{
    /*height:2.4rem;*/
    margin: .4rem 0 0 0;
    padding: 0 0.1rem 0.5rem 0.1rem;
}
.recommend li{
    height: 2.8rem;
    min-height:2.4rem;
    float: left;
    width:100%;
    padding: .4rem .3rem;
    font-size: 0.33rem;
    background-color: #eee;
    border-radius: 5px;

}
.recommend li:first-child{
    box-sizing: border-box;
 /*   margin:0 0.1rem;
    min-height:1.1rem;*/

}
.recommend li:nth-child(2){
    box-sizing: border-box;
  /*  margin-left: 0.1rem;*/
}
.evaluate{
    position: relative;
}
.evaluates{
    float:left;
    display: inline-block;
    width:0.6rem;
    height:0.6rem;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
}
.evaluates img{
    width:100%;
    min-height:0.6rem;
}
.nickNamens{
    width:100%;

    /* position: absolute;
    top: -38%;
    left: 25%; */
}
.nickName{
    /* float: left; */
    float: left;
    display: inline-block;
    max-width: 1.2rem;
    color: #666;
    font-size: 0.26rem;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* max-height: 0.2rem; */
    margin-left: 0.2rem;
    margin-top: 0.1rem;

}
.revisits{
    float: left;
    display: inline-block;
    color: #717171;
    font-size: 0.24rem;
    padding: 0.01rem 0.15rem;
    border: 1px solid #999;
    border-radius: 7px;
    margin-top: 2%;
    margin-left: 4%;
}
.con1{
    min-height:1.1rem;
    width:100%;
    color:#333;
    font-size: 0.26rem;
    padding-top: 0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.con{
    min-height:1.5rem;
    width:100%;

}
.con p:first-child{
    margin: 37px 0 0 -38%;
    box-sizing: border-box;
    padding: 0 .3rem 0 0;
    float: left;
    width: 58%;
    color:#333;
    font-size: 0.26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.con p:nth-child(2){
    margin: 0;
    padding: 0;
    float: left;
    width: 25%;
    display: inline-block;
}
.con p:nth-child(2) span{
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
    width: 2.2rem;
    height: 1.98rem;
}
.con p:nth-child(2) img{
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    border-radius: 6px;
}
/*--*/
.recommendContent-right{
    float: left;
}