.square_main {
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
  min-height: 600px;
}
.square_main .left_menu {
  width: 180px;
}
.square_main .middle_comments {
  position: relative;
  width: 720px;
}
.square_main .middle_comments .comments_list {
  box-shadow: 0px 3px 20px rgba(51, 51, 51, 0.08);
}
.square_main .middle_comments .comments_list .comment {
  padding-bottom: 14px;
  box-shadow: 0px 3px 20px rgba(51, 51, 51, 0.08);
}
.square_main .middle_comments .comments_list .choose_sort {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background-color: #fff;
  border-bottom: 1px solid #EBEBEB;
}
.square_main .middle_comments .comments_list .choose_sort .sort_item {
  width: 34px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-right: 55px;
  cursor: pointer;
}
.square_main .middle_comments .comments_list .choose_sort .active {
  position: relative;
  color: #1450EB;
}
.square_main .middle_comments .comments_list .choose_sort .active::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3px;
  content: '';
  width: 34px;
  height: 2px;
  background-color: #1450EB;
}
.square_main .right_dynamic {
  width: 260px;
}
.square_main .right_dynamic .dynamic_top {
  width: 260px;
  height: 180px;
  background: url(../images/squre_right_head.png) no-repeat center center;
  padding: 30px 25px;
  margin-bottom: 15px;
}
.square_main .right_dynamic .dynamic_top .user_detail {
  display: flex;
  margin-bottom: 23px;
  cursor: pointer;
}
.square_main .right_dynamic .dynamic_top .user_detail .head_portrait {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
}
.square_main .right_dynamic .dynamic_top .user_detail .user_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.square_main .right_dynamic .dynamic_top .user_detail .user_info .user_name {
  font-size: 18px;
  font-family: "pingFangBold";
  font-weight: bold;
  line-height: 25px;
  color: #333333;
}
.square_main .right_dynamic .dynamic_top .user_detail .user_info .user_label {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: #666666;
}
.square_main .right_dynamic .dynamic_top .more_trajectory {
  display: flex;
}
.square_main .right_dynamic .dynamic_top .more_trajectory .trajectory_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.square_main .right_dynamic .dynamic_top .more_trajectory .trajectory_item:nth-child(1) {
  width: 30%;
  align-items: flex-start;
}
.square_main .right_dynamic .dynamic_top .more_trajectory .trajectory_item:nth-child(3) {
  width: 30%;
  align-items: flex-end;
}
.square_main .right_dynamic .dynamic_top .more_trajectory .trajectory_item:nth-child(2) {
  width: 40%;
  position: relative;
}
.square_main .right_dynamic .dynamic_top .more_trajectory .trajectory_item:nth-child(2)::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 10px;
  background-color: #BBBBBB;
}
.square_main .right_dynamic .dynamic_top .more_trajectory .trajectory_item:nth-child(2)::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 10px;
  background-color: #BBBBBB;
}
.square_main .right_dynamic .dynamic_top .more_trajectory .trajectory_item .tra_num {
  font-size: 24px;
  font-family: "shuzi";
  font-weight: 500;
  line-height: 29px;
  color: #333333;
  margin-bottom: 5px;
}
.square_main .right_dynamic .dynamic_top .more_trajectory .trajectory_item .tra_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #999999;
}
.square_main .right_dynamic .select_dynamic {
  width: 100%;
  padding: 15px 10px;
  box-shadow: 0px 3px 20px rgba(51, 51, 51, 0.08);
  margin-bottom: 15px;
  background-color: white;
}
.square_main .right_dynamic .select_dynamic .title {
  font-size: 18px;
  font-family: "pingFangBold";
  font-weight: bold;
  line-height: 25px;
  color: #333333;
  margin-bottom: 18px;
  margin-left: 8px;
}
.square_main .right_dynamic .select_dynamic .dynamics_box .dynamic_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 12px 8px;
  margin-bottom: 10px;
  cursor: pointer;
}
.square_main .right_dynamic .select_dynamic .dynamics_box .dynamic_item:hover {
  background-color: #F5F5F5;
}
.square_main .right_dynamic .select_dynamic .dynamics_box .dynamic_item:hover .dynamic_left .item_title {
  color: #1450EB;
}
.square_main .right_dynamic .select_dynamic .dynamics_box .dynamic_item .dynamic_left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.square_main .right_dynamic .select_dynamic .dynamics_box .dynamic_item .dynamic_left .item_title {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #333333;
}
.square_main .right_dynamic .select_dynamic .dynamics_box .dynamic_item .dynamic_left .dynamic_feedback {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #818EAF;
}
.square_main .right_dynamic .select_dynamic .dynamics_box .dynamic_item .dynamic_right {
  width: 64px;
  height: 64px;
}
.square_main .right_dynamic .hot_topic {
  width: 100%;
  padding: 15px 15px 15px 25px;
  box-shadow: 0px 3px 20px rgba(51, 51, 51, 0.08);
  background-color: #fff;
}
.square_main .right_dynamic .hot_topic .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 18px;
}
.square_main .right_dynamic .hot_topic .title span {
  font-size: 18px;
  font-family: "pingFangBold";
  font-weight: bold;
  line-height: 25px;
  color: #333333;
}
.square_main .right_dynamic .hot_topic .title .switch_botton {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: #818EAF;
}
.square_main .right_dynamic .hot_topic .title .switch_botton:hover {
  color: #1450EB;
}
.square_main .right_dynamic .hot_topic .title .switch_botton:hover .iconfont {
  color: #1450EB;
}
.square_main .right_dynamic .hot_topic .title .switch_botton .iconfont {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: #818EAF;
}
.square_main .right_dynamic .hot_topic .topic_list .topic_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px;
  cursor: pointer;
}
.square_main .right_dynamic .hot_topic .topic_list .topic_item .item_left {
  display: flex;
  align-items: center;
  width: 160px;
}
.square_main .right_dynamic .hot_topic .topic_list .topic_item .item_left .recommended {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #F64041;
  font-size: 12px;
  background-color: #FEEBEB;
  margin-right: 10px;
  border-radius: 2px;
}
.square_main .right_dynamic .hot_topic .topic_list .topic_item .item_left span {
  width: 130px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
}
.square_main .right_dynamic .hot_topic .topic_list .topic_item .item_right {
  width: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #999999;
}
.square_main .right_dynamic .hot_topic .more_top {
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.square_main .right_dynamic .hot_topic .more_top span {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-right: 10px;
}
.square_main .right_dynamic .hot_topic .more_top .iconfont {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.user_popper .user_info .user_top {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.user_popper .user_info .user_top .popover_img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 20px;
}
.user_popper .user_info .user_top .more_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.user_popper .user_info .user_top .more_info .name {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.user_popper .user_info .user_top .more_info .des {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.user_popper .user_info .focus_on {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 218px;
  height: 40px;
  background: #1450EB;
  margin-bottom: 20px;
  cursor: pointer;
}
.user_popper .user_info .focus_on .iconfont {
  font-size: 16px;
  color: #fff;
}
.user_popper .user_info .focus_on span {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}
.user_popper .user_info .harvest {
  display: flex;
  align-items: center;
  width: 218px;
}
.user_popper .user_info .harvest .har_item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}
.user_popper .user_info .harvest .har_item:first-child::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 2px;
  height: 18px;
  background-color: #BBBBBB;
}
.user_popper .user_info .harvest .har_item .num {
  font-size: 24px;
  font-family: 'shuzi';
  font-weight: 500;
  color: #333333;
}
.user_popper .user_info .harvest .har_item .font {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.menuPosition {
  position: fixed;
  top: 80px;
  left: 50%;
  transform: translateX(-600px);
}
.centerBox {
  margin-left: 200px;
}
.infoPosition {
  position: fixed;
  top: 80px;
  right: 50%;
  transform: translateX(600px);
}
.all_comment {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #333333;
  padding-left: 20px;
}
.nodatastyle {
  background-color: #fff;
  box-shadow: 0px 3px 20px rgba(51, 51, 51, 0.08);
}
