/* 新增的banner */
.new_banner {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.new_borderLike {
  /* background: #FFFFFF; */
  /* padding-top: 20px; */
}

.logo {
  margin-right: 5px;
}

/* 评论区 */
.talk {
  width: 100%;
  padding: 0 20px;
  /* box-sizing: border-box; */
}

/* 输入框 */
.talk_input {
  width: 100%;
  border-radius: 45px;
  height: 50px;
  background: #f0f0f0;
  border: 0;
  padding: 0 25px;
  box-sizing: border-box;
  font-size: 16px;
  margin-bottom: 20px;
}

.talk_input:focus {
  outline: 0;
}

/* 按钮框 */
.talk_buttonbox {
  display: flex;
}

.talk_button {
  display: flex;
  /* justify-content: space-between; */
  width: 110px;
  margin: auto 0;
  margin-right: 20px;
}

.talk_button img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.talk_button > div {
  text-align: center;
  line-height: 30px;
  font-family: Source Han Sans, Source Han Sans;
  color: #3d3d3d;
}

.talk_button input {
  width: 24px;
  height: 24px;
  border-radius: 0;
  margin: auto;
  margin-right: 10px;
}

/* 发表评论按钮 */
.talk_dotalk {
  width: 100px;
  line-height: 42px;
  background: #f56450;
  border-radius: 4px 4px 4px 4px;
  text-align: center;
  color: white;
  margin-left: 20px;
}

/* 评论区主体 */
.talk_talking {
  margin-top: 20px;
  padding: 20px 0;
  box-sizing: border-box;
  border-top: 1px solid #dddddd;
}

.talking_num {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 20px;
  color: #888888;
  font-style: normal;
  text-transform: none;
  vertical-align: bottom;
}

.talking_num > span:nth-of-type(1) {
  font-size: 22px;
  color: #3d3d3d;
}

/* 一条评论 */
.talking_item {
  display: flex;
}

.userAvatar {
  width: 64px;
  height: 64px;
}

.userAvatar img {
  width: 100%;
  height: 100%;
}
