.head{
    width: 100%;
    height: 0.88rem;
    padding: 0 0.22rem;
    box-sizing: border-box;
    background: #fdfff8;
    font-size: 0.38rem;
    line-height: 0.88rem;
    display: flex;
    justify-content: space-between;
}
.head >a{
    color: #4ebbfe;
}
.head span{
    color:#4ebbfe ;
}
.search{
    width: 7.12rem;
    height: 0.6rem;
    background: #ebf7ff;
    margin: 0rem auto;
    opacity: 0.58;
    border-radius: 0.3rem;
}
.search p{
    width: 2.73rem;
    height: 0.23rem;
    font-size: 0.24rem;
    font-weight: normal;
    float: left;
    margin: 0.18rem 0.29rem 0 0.19rem;
    color: #000000;
    opacity: 0.5;

}
.search .tubiao{
    width: 0.79rem;
    height: 0.44rem;
    border-radius: 0.21rem;
    float: right;
    margin-top: 0.08rem;
    margin-bottom: 0.08rem;
    margin-right: 0.09rem;
}
.search img{
    width: 100%;
    height: 100%;
}
.first{
    width: 100%;
    height: 2.8rem;
    margin-top: 0.20rem;
    padding: 0.15rem;
    box-sizing: border-box;
}
.first .box{
    width: 100%;
    height: 100%;
    position: relative;
    /*margin-bottom: 0.33rem;*/
    display: flex;
    flex-direction: row;
}
.thumb{
    height: 2rem;
    width: 2rem;
    margin-left: 0.2rem;
    margin-top: 0.2rem;
}
.thumb img{
    width: 100%;
    height: 100%;
}
.info{
    width: 5rem;
    height: 2rem;
    margin-left: 0.24rem;
    margin-top: 0.2rem;
    display: flex;
    flex-direction: column;
}
.info >h1{
    font-size: 0.30rem;
    color: rgba(0,0,0,0.6);
    font-weight: normal;
    /*line-height: 50%;*/
}
.info .score{
    font-size: 0.22rem;
    color: #000000;
    opacity: 0.3;
    margin-top: 0.1rem;
}
.info .score >span{
    position: relative;
    /*padding-left: 0.14rem;*/
    margin-right: 0.4rem;
}
.info .score >span::before{
    content: '';
    position: absolute;
    width: 0.06rem;
    height: 0.06rem;
    left: -0.1rem;
    top: 0.14rem;
    border-radius: 50%;
    background: #36a8fe;
}
.info .score strong{
    font-size: 0.26rem;
    color: #36a8fe;
}

.info .tag{
    width: 100%;
    height: 0.4rem;
    font-size: 0.20rem;
    color: #36a8fe;
    line-height: 0.4rem;
    display: flex;
    flex-direction: row;
    margin-top: 0.1rem;
}
.tag .pic{
    width: 0.3rem;
    height: 0.3rem;
    margin-top: 0.05rem;
}
.tag  img{
    width: 100%;
    height: 100%;
}
.info .total{
    width: 2.2rem;
    height: 0.35rem;
    background: #3babff;
    border-radius: 0.24rem;
    background: rgba(59,171,255,0.3);
    font-size: 0.2rem;
    text-align: center;
    margin-top: 0.2rem;
    color: #3bacfe;
}
.info .order{
    width: 1.24rem;
    height: 0.45rem;
    background-color: #3bacfe;
    border-radius: 0.22rem;
    position: absolute;
    right: 0;
    bottom: 0.4rem;
    text-align: center;
    color: #ffffff;
}
.second{
    width: 100%;
    height: 0.6rem;
    display: flex;
    flex-direction: row;
}
.second .one{
    width: 1.5rem;
    height: 0.52rem;
    background: #3babff;
    border-radius: 0.24rem;
    background: rgba(59,171,255,0.3);
    text-align: center;
    margin-right: 0.35rem;
    margin-left: 1.13rem;
    line-height: 0.52rem;
    color: #3bacfe;
    font-size: 0.2rem;
}
.second .two{
    width: 1.5rem;
    height: 0.52rem;
    background: #3babff;
    border-radius: 0.24rem;
    background: rgba(59,171,255,1);
    text-align: center;
    line-height: 0.52rem;
    color: #ffffff;
    font-size: 0.2rem;
}
.second .three{
    width: 1.50rem;
    height: 0.52rem;
    background: #3babff;
    border-radius: 0.24rem;
    background: rgba(59,171,255,0.3);
    text-align: center;
    line-height: 0.52rem;
    color: #3bacfe;
    font-size: 0.2rem;
    margin-right: 0.35rem;
}
.third{
    width: 100%;
    height: 1.3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.third li{
    width: 1.3rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.third li .up{
    width: 100%;
    height:0.65rem;
}
.third li .up p{
    width: 100%;
    height: 0.3rem;
    text-align: center;
    line-height: 0.3rem;
    font-size: 0.20rem;
    font-weight: normal;
    color: #3bacfe;
    margin-top: 0.3rem;
}
.third li .down{
    width: 100%;
    height: 0.65rem;
}
.third li .down p{
    width: 100%;
    height: 0.3rem;
    text-align: center;
    line-height: 0.3rem;
    font-size: 0.20rem;
    font-weight: normal;
    color: #3bacfe;
}
.third li .bottom{
    width: 100%;
    height: 0.1rem;
    background: #3bacfe;
    margin-bottom: 0.2rem;
}
.evaluate{
    width: 100%;
    height: auto;
    min-height: 3rem;
    margin-top: 0.3rem;
}
.evaluate .comment{
    height: auto;
    padding: 0 0.22rem;
}
.comment .commentItem{
    height: 1.97rem;
    /*border-bottom: 0.01rem solid #333333;*/
    display: flex;
}
.commentItem .avator {
    width: 0.86rem;
    height: 0.86rem;
    border-radius: 50%;
    overflow: hidden;
    flex: none;
}
.comment .commentInfo{
    flex-grow: 1;
    background: #fdfff8;
    padding-top: 0.3rem;
    margin-left: 0.1rem;
}
.commentInfo .Infotop{
    font-size: 0.2rem;
    color: #333333;
    overflow: hidden;
}
.Infotop .user{
    margin-right: 0.4rem;
    float: left;
    color:#333333 ;
    opacity: 0.5;
}
.Infotop .star{
    width: 1.28rem;
    height: 0.22rem;
    float: left;
    background: #fdfff8;
}
.Infotop .star img{
    width: 100%;
    height: 100%;
}
.Infotop .date{
    float: right;
    color: #41b2fc;
}
.commentInfo .commentcontent{
    background: #fdfff8;
    height: 0.9rem;
    position: relative;
}
.comment .commentcontent .fuwuzhuanye{
    font-size: 0.26rem;
    color: rgba(0,0,0,0.7);
}
.comment .commentcontent .beijing{
    font-size: 0.22rem;
    font-style: normal;
    color: rgba(0,0,0,0.5);
}
