.score {
  display: flex;
  margin-top: 12px;
  align-items: center;
}
.score .iconfont {
  font-size: 18px;
  color: #288B96;
}
.score .number {
  font-weight: 400;
  font-size: 16px;
  color: #314E51;
  margin-left: 5px;
}
.score .comment-number {
  color: #288B96;
  margin-left: 18px;
  text-decoration: underline;
}

.size-list {
  display: flex;
  margin-top: 30px;
}
.size-list span {
  width: 70px;
  height: 40px;
  line-height: 40px;
  background: #F6F6F6;
  border-radius: 4px;
  text-align: center;
  margin-right: 8px;
}

#comment-content > h2 {
  font-size: 14px;
  font-weight: bold;
}
#comment-content .line {
  background-color: #F2F2F2;
  width: 100%;
  height: 2px;
  margin-top: 8px;
}
#comment-content .panel {
  display: flex;
  align-items: center;
}
#comment-content .panel .left .number {
  font-weight: bold;
  font-size: 26px;
  color: #2A2B2C;
}
#comment-content .panel .left .score .iconfont {
  font-size: 14px;
  margin-right: 2px;
}
#comment-content .panel .left .desc {
  font-weight: 400;
  font-size: 14px;
  color: #8B8B8B;
}
#comment-content .panel .right {
  flex-grow: 1;
  margin-left: 72px;
}
#comment-content .panel .right .row {
  display: flex;
  align-items: center;
}
#comment-content .panel .right .row .num {
  font-weight: 400;
  font-size: 14px;
  color: #8B8B8B;
}
#comment-content .panel .right .row .iconfont {
  font-size: 14px;
  color: #33AFBD;
  margin: 0 5px;
}
#comment-content .panel .right .row .progress {
  width: 170px;
  height: 8px;
  background: #F2F2F2;
  border-radius: 4px;
  overflow: hidden;
}
#comment-content .panel .right .row .progress .have {
  height: 100%;
  background-color: #33AFBD;
  border-radius: 4px;
}
#comment-content .comment-btn {
  margin-top: 50px;
}
#comment-content .comment-btn .count {
  height: 40px;
  line-height: 40px;
  background: #33AFBD;
  border-radius: 20px;
  padding: 0 24px;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  display: inline-block;
}
#comment-content .comment-log {
  padding-bottom: 100px;
}
#comment-content .comment-log .item {
  border-bottom: 2px solid #F2F2F2;
  padding: 30px 76px;
  display: flex;
  align-items: self-start;
}
#comment-content .comment-log .item img {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 11px;
  border-radius: 50%;
}
#comment-content .comment-log .item .right .title {
  font-weight: 400;
  font-size: 14px;
  color: #797A7B;
}
#comment-content .comment-log .item .right .score {
  margin-top: 5px;
}
#comment-content .comment-log .item .right .score .iconfont {
  font-size: 14px;
  margin-right: 2px;
}
#comment-content .comment-log .item .right .desc {
  font-weight: 400;
  font-size: 14px;
  color: #2D4447;
  margin-top: 20px;
}

/* mobile */
@media (max-width: 768px) {
  #comment-content > h2 {
    font-size: 13px;
    font-weight: bold;
    color: #33B0BE;
  }
  #comment-content > h2 div {
    padding: 0 25px;
  }
  #comment-content .line {
    display: none;
  }
  #comment-content .panel {
    display: flex;
    align-items: center;
    padding: 0 25px;
  }
  #comment-content .panel .left .number {
    font-weight: bold;
    font-size: 18px;
    color: #2A2B2C;
  }
  #comment-content .panel .left .score {
    margin-top: 5px;
  }
  #comment-content .panel .left .score .iconfont {
    font-size: 10px;
    margin-right: 2px;
  }
  #comment-content .panel .left .desc {
    font-weight: 400;
    font-size: 12px;
    color: #8B8B8B;
    margin-top: 6px;
  }
  #comment-content .panel .right {
    flex-grow: 1;
    margin-left: 72px;
  }
  #comment-content .panel .right .row {
    display: flex;
    align-items: center;
  }
  #comment-content .panel .right .row .num {
    font-weight: 400;
    font-size: 14px;
    color: #8B8B8B;
  }
  #comment-content .panel .right .row .iconfont {
    font-size: 10px;
    color: #33AFBD;
    margin: 0 5px;
  }
  #comment-content .panel .right .row .progress {
    width: 100px;
    height: 8px;
    background: #F2F2F2;
    border-radius: 4px;
    overflow: hidden;
  }
  #comment-content .panel .right .row .progress .have {
    height: 100%;
    background-color: #33AFBD;
    border-radius: 4px;
  }
  #comment-content .comment-btn {
    margin-top: 30px;
  }
  #comment-content .comment-btn .count {
    height: 24px;
    line-height: 24px;
    background: #33AFBD;
    border-radius: 12px;
    padding: 0 8px;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    display: inline-block;
  }
  #comment-content .comment-log {
    padding-bottom: 100px;
    margin-top: 30px;
  }
  #comment-content .comment-log .item {
    border-top: 1px solid #F2F2F2;
    border-bottom: none;
    padding: 25px 0px;
    display: flex;
    align-items: self-start;
  }
  #comment-content .comment-log .item img {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin-right: 11px;
  }
  #comment-content .comment-log .item .right .title {
    font-weight: 400;
    font-size: 12px;
    color: #797A7B;
  }
  #comment-content .comment-log .item .right .score {
    margin-top: 5px;
  }
  #comment-content .comment-log .item .right .score .iconfont {
    font-size: 10px;
    margin-right: 2px;
  }
  #comment-content .comment-log .item .right .desc {
    font-weight: 400;
    font-size: 12px;
    color: #2D4447;
    margin-top: 10px;
  }
}
