.dialog_body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.50);
  z-index: 15000;
}

.dialog_scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 12px;
  max-height: 400px;
  overflow-y: scroll;
}

.load_more {
  font-size: 14px;
  color: #999999;
  line-height: 50px;
  text-align: center;
}

.dialog_half_bottom {
  width: calc(100% - 24px);
  background: #FFFFFF;
  border-radius: 8px 8px 0 0;
}

.dialog_comment_box {
  width: 100%;
  background: #FFFFFF;
  position: fixed;
  bottom: 0;
}

.dialog_close {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 18px;
  right: 27px;
}

.dialog_content_scroll {
  height: 250px;
  overflow-y: scroll;
}

.dialog_title_box {
  font-size: 18px;
  color: #333333;
  line-height: 55px;
  padding-left: 15px;
  font-weight: 600;
}

.dialog_title {
  font-size: 18px;
  color: #333333;
  line-height: 45px;
  padding-left: 15px;
}

.dialog_scroll .dialog_title {
  color: #FFF;
  line-height: 40px;
  font-weight: 600;
}

.title_number {
  font-family: PingFangSC-Semibold;
  font-size: 14px;
  color: #999999;
  /* line-height: 40px; */
  font-weight: normal;
}

.dialog_content {
  padding: 5px 12px;
}

.dialog_product_item {
  padding: 10px 0;
  border-bottom: 1px #DDDDDD solid;
  position: relative;
  font-size: 15px;
  display: flex;
  z-index: 1000;
}

.dialog_content .dialog_product_item:last-child {
  border-bottom: 0;
}

.dialog_product_img {
  height: 100px;
  width: 100px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}

.dialog_product_img .product_img {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.product_item_img {
  width: 100%;
  height: 100%;
}

.none_hint {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(0, 0, 0, .5);
  color: #FFFFFF;
  text-align: center;
  line-height: 60px;
  border-radius: 100%;
}

.product_info {
  display: inline-block;
  max-width: calc(100% - 110px);
  vertical-align: top;
}

.product_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  font-family: PingFangSC-Regular;
  font-size: 15px;
  color: #333333;
}

.norms_item {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 100px;
  border: .5px solid #E33E41;
  background: #FFF0F0;
  margin-right: 8px;
  color: #E33E41;
  font-size: 12px;
}

.product_price {
  font-size: 18px;
  color: #E33E41;
  margin-top: 20px;
}

.product_unit {
  font-size: 14px;
  margin-right: 3px;
}

.buy_btn {
  background: linear-gradient(90deg, #ED1515 0%, #FF4949 100%);
  border-radius: 100%;
  color: #FFFFFF;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.dialog_bottom_util {
  box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.05);
  height: 56px;
  width: 100%;
  line-height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}

input.dialog_bottom_input {
  background: #F6F6F6;
  border: 1px solid #EFE4E4;
  border-radius: 40px;
  height: 40px;
  line-height: 40px;
  margin: 8px 2% 8px 6%;
  flex: 1;
  font-size: 14px;
  padding: 0 15px;
}

.dialog_submit {
  width: 16%;
  font-size: 16px;
  color: #007AFF;
  margin: auto;
  border: none;
  box-shadow: none;
  background: none;
  flex-shrink: 0;
  white-space: nowrap;
}

.dialog_close:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../../images/sns-2019/icon_close.png);
  background-size: 100% 100%;
  color: #979797;
  display: inline-block;
}

.discuss_title:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../../images/sns-2019/icon_title_blue.png);
  background-size: 100% 100%;
  display: inline-block;
  line-height: 28px;
  vertical-align: middle;
}

.dialog_comment_item {
  display: flex;
  flex-direction: row;
  margin-bottom: 29px;
}

.dialog_comment_img_box {
  width: 68px;
  flex-shrink: 0;
}

.comment_img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #EEEEEE;
  margin-left: 20px;
  display: inline-block;
}

.message_box {
  /* width: 80%; */
  margin: 0 27px 0 0;
  flex: 1;
}

.message_name {
  height: 25px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.message_text {
  font-size: 15px;
  color: #333333;
  line-height: 22px;
}

.reply_item {
  font-size: 15px;
  color: #999999;
  border-left: 2px #D8D8D8 solid;
  padding: 0 8px;
  margin-top: 12px;
}

.message_bottom_util {
  width: 100%;
  margin-top: 15px;
  display: flex;
  align-items: center;
  position: relative;
}

.number_time {
  font-size: 12px;
  color: #999999;
}

.reply_btn {
  background: #F6F6F6;
  border-radius: 14px;
  height: 22px;
  line-height: 22px;
  font-size: 13px;
  color: #777777;
  padding: 1px 15px;
  margin-left: 12px;
}

.like {
  font-size: 14px;
  color: #BBBBBB;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
}

.like_img:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../../images/sns-2019/btn_like_s.png);
  background-size: 100%;
}

.unlike_img:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../../images/sns-2019/btn_like.png);
  background-size: 100%;
}

.open_text {
  position: absolute;
  font-size: 20px;
  line-height: 24px;
  top: -24px;
  right: 0;
  width: 60px;
  text-align: center;
  color: #FFFFFF;
}

.dialog_discuss_box {
  padding: 20px 18px;
}

.dialog_discuss_scroll {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  height: 140px;
  overflow-y: scroll;
}

.discuss_title {
  background: #EDF7FF;
  height: 28px;
  border-radius: 28px;
  font-size: 14px;
  color: #2373DD;
  width: auto;
  line-height: 28px;
  display: inline-block;
  padding: 0 8px;
  margin-top: 20px;
}

.play_list {
  overflow-x: scroll;
  margin-top: 20px;
  white-space: nowrap;
  width: 100%;
  padding-right: 20px;
}

.play_list::-webkit-scrollbar {
  display: none;
}

.play_list .play_item:last-child {
  margin-right: 0px;
}

.play_item {
  width: 80%;
  display: inline-flex;
  flex-flow: row;
  align-items: center;
  padding: 8px;
  background: #F6F6F6;
  border-radius: 4px;
  margin-right: 10px;
}

.play_info {
  flex: 1;
  padding-left: 2px;
}

.play_title {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}

.play_huimai:after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../../images/sns-2019/huimai_icon_video.png);
  background-size: 100% 100%;
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
}

.play_ugo:after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../../images/sns-2019/ugo_icon_video.png);
  background-size: 100% 100%;
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
}

.play_text {
  font-size: 14px;
  color: #999999;
}

.play_image {
  width: 44px;
  height: 44px;
  margin-left: 14px;
}

.discuss_info {
  margin-top: 20px;
  font-size: 14px;
  color: #999999;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.menu_box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 14px;
}

.menu_list {
  max-height: 265px;
  overflow-y: scroll;
  padding: 0 12px;
}

.menu_list_box {
  background: #FFFFFF;
  border-radius: 8px;
  text-align: center;
  line-height: 52px;
  font-size: 16px;
  color: #333333;
}

.menu_close {
  background: #FFFFFF;
  width: 100%;
  border-radius: 8px;
  text-align: center;
  line-height: 52px;
  font-size: 16px;
  color: #333333;
  margin-top: 8px;
}

.menu_title {
  color: #999999;
}

.menu_item {
  border-top: .5px #DDDDDD solid;
}

.dialog_img_box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dialog_img {
  width: 50%;
}

.message_loading_box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 15000;
  text-align: center;
}

.message_loading_text {
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.60);
  border-radius: 8px;
  padding: 8px 15px;
  white-space: nowrap;
}

.message_loading_img {
  width: 94xp;
  height: 94px;
  margin: 8px 0;
  border-radius: 50%;
}

.message_loading_like:after {
  content: "";
  display: inline-block;
  width: 94px;
  height: 94px;
  margin: 8px 0;
  border-radius: 50%;
  background: url(../../images/sns-2019/message_loading_like.gif);
  background-size: 100%;
}

.message_loading_watering:after {
  content: "";
  display: inline-block;
  width: 94px;
  height: 94px;
  margin: 8px 0;
  border-radius: 50%;
  background: url(../../images/sns-2019/message_loading_watering.gif);
  background-size: 100%;
}

.message_loading_withered:after {
  content: "";
  display: inline-block;
  width: 94px;
  height: 94px;
  margin: 8px 0;
  border-radius: 50%;
  background: url(../../images/sns-2019/message_loading_withered.gif);
  background-size: 100%;
}

.null_comment {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #999999;
  background: #EEEEEE;
}

.null_comment:before {
  content: "";
  display: flex;
  width: 80px;
  height: 80px;
  background: url(../../images/public/empty.png);
  background-size: 100%;
}