/*头部和底部一个在最顶部一个在最底部*/
html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}
#footer{
    margin-top: 33px;
    width: 100%;
    padding-bottom: 40px;
}
/*评论*/
/*全星*/
.student-reviews-content .orange-star{
    width: 14px;
    height: 14px;
    background: url(../image/searchResultPage/stars.png) no-repeat 0 -895px;
    margin-left: 5px;
}
/*半星*/
.student-reviews-content .orange-half-star{
    width: 14px;
    height: 14px;
    background: url(../image/searchResultPage/stars.png) no-repeat 0 -919px;
    margin-left: 5px;
}
/*灰色星*/
.student-reviews-content .gray-star{
    width: 14px;
    height: 14px;
    background: url(../image/searchResultPage/stars.png) no-repeat 0 -946px;
    margin-left: 5px;
}
.student-reviews-content>div:nth-child(1){
    background-color: #00c098;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 10px 15px;
    width: 100%;
}
.student-reviews-content>div:nth-child(1)>i{
    font-size: 15px;
    color: #fff;
    margin-right: 5px;

}
.student-reviews-content>form{
    width:100%;
    background-color: #fff;
    padding:15px;
}
.student-reviews-content>form>div{
    display: flex;
    margin-top: 15px;
}
.student-reviews-content>form>div:last-child>button{
    color: #fff;
    background-color: #009bd3;
    font-size: 1.5rem;
    font-weight: 500;
    border-color: #009bd3;
    padding:7px 40px;
    border-radius: 5px;
    margin-top: 10px;
}
.student-reviews-content>form>textarea{
    min-height: 80px;
    background-color: #fff!important;
    border-color: #eeedeb;
    border-radius: 5px!important;
    /*font-size: 1.3rem;*/
}
.student-reviews-content>form>div:nth-child(1){
    color:#72706b;
    font-size: 1.3rem;
    font-weight: 500;
    margin-top:0;
    margin-bottom: 15px;
}
.student-reviews-content>form>div>div>span{
    font-weight: 500;
    font-size: 1.3rem;
    color: #74726d;
    margin-top: 5px;
    margin-right: 5px;
    min-width: 110px;
}
.student-reviews-content>form+div{
    padding: 10px 15px 0;
}
.student-reviews-content>form+div>div{
    margin-bottom: 15px;
}
.student-reviews-content>form+div>div>div{
    padding: 10px;
}
.student-reviews-content>form+div>div>div:nth-child(1)>img{
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0;
}
.student-reviews-content>form+div>div>div:nth-child(1)>img+div{
    width: calc(100% - 60px);
}
.student-reviews-content>form+div>div>div:nth-child(1)>img+div>div>span{
    font-size: 1.6rem;
    font-weight: 500;
    word-break: break-word;
}
.student-reviews-content>form+div>div>div:nth-child(1)>img+div>div>span:nth-child(2){
    margin: 0 10px;
    color: #999590;
}
.student-reviews-content>form+div>div>div:nth-child(1)>img+div>div>span:nth-child(3){
    color: #999590;
}
.student-reviews-content>form+div>div>div:nth-child(1)>img+div>.student-reviews-ellipsis{
    width: 100%;
    margin-top: 6px;
}
.student-reviews-content>form+div>div>div:nth-child(1)>img+div>.student-reviews-ellipsis>span{
    font-size: 1.2rem;
    font-weight: 500;
    color: #999590;
    white-space: nowrap;
    /*text-overflow: ellipsis;*/
    word-break: break-all;
    overflow: hidden;
    width: calc(100% - 35px);
    display: inline-block;
}
.student-reviews-content>form+div>div>div:nth-child(1)>img+div>.student-reviews-ellipsis>img{
    width: 30px;
    height: 15px;
    margin-top: 3px;
}
.student-reviews-content>form+div>div>div:nth-child(2) span{
    font-size: 1.2rem;
    font-weight: 500;
    color: #999590;
}
.student-reviews-content>form+div>div>div:nth-child(2) i{
    font-size: 13px;
    margin-right: 6px;
    color: #999590;
}
.student-reviews-content>form+div>div>div:nth-child(2) img{
    width: 13px;
    height: 13px;
    margin-right: 6px;
}
.student-reviews-content>form+div>div>div:nth-child(2)>div:nth-child(2)>div{
    margin-left: 15px;
}
.student-reviews-content>form+div>div>div:nth-child(2)>div:nth-child(2)>div>i+span+span{
    margin-left: 3px;
}
.student-reviews-content>form+div .student-reviews-show{
    background: #f3f3f3;
    padding: 10px 10px 3px;
    right: -25px;
    top: 22px;
    display: none;
    z-index:998;
}
.student-reviews-content>form+div .student-reviews-show>div{
    margin-bottom: 7px;
}
.student-reviews-content>form+div+span {
    font-size: 1.4rem;
    font-weight: 500;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    color: #ff9303;
}
/*点赞弹框*/
#giveThumbsUpModal{
    position: fixed;
    top: 50%; /* 使元素位于视口顶部居中 */
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    padding: 30px 50px;
    font-size: 1.3rem;
    border-radius: 10px;
    font-weight: 500;
    display: none;
    white-space: nowrap;
}
