/*搜索*/
.searchYuesaoBox{
    position: fixed;
    bottom: 10%;
    right: 30px;
    background-color: #9933cc;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50px;
    text-align: center;
    z-index: 99;
    box-shadow: 0 0 20px #9933cc;
}
.searchYuesaoBox a{
    display: inline-block;
    line-height: 100%;
}
.searchYuesaoBox img{
    vertical-align: middle;
}
/*列表*/
.yslist-ctn{
    margin-top: 55px;
 }
/*评分*/
.scoreBox{
    position: absolute;
    top: 0;
    right: 30px;
    background-color: #ed8d8f;
    width: 60px;
    height: 80px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    text-align: center;
}
.scoreBox:after{
    content: " ";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 0;
    margin-left: 0;
    margin-top: -2px;
    border-bottom: 16px solid #fff;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    vertical-align: middle;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.scoreBox p{
    font-size: 20px;
    color: #fff;
    margin-top: -16px;
}
.scoreBox img{
    padding-bottom: 4px;
    vertical-align: unset;
}