* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
}
body {
  background-color: #f9f9fb;
}
a {
  color: #000;
}
.outwrap {
  width: 100%;
  display: flex;
  justify-content: center;
  min-width: 1200px;
}
.header {
  width: 100%;
  border-bottom: 1px solid #ededef;
  background-color: #fff;
  box-shadow: 0px 4px 4px #eee;
}
.header .inner-wrap {
  width: 1200px;
  background-color: #fff;
}
.header .inner-wrap .top-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .inner-wrap .top-head .cda-logo {
  width: 172.76px;
  height: 40px;
}
.header .inner-wrap .top-head .right-nav-list {
  display: flex;
  align-items: center;
}
.header .inner-wrap .top-head .right-nav-list .nav-item {
  position: relative;
  cursor: pointer;
  margin-left: 32px;
  font-family: PingFang SC;
  font-size: 11px;
  font-weight: 400;
  line-height: 15.4px;
  text-align: left;
  transition: all 0.3s;
  color: #999999;
}
.header .inner-wrap .top-head .right-nav-list .nav-item:hover {
  color: #d81418;
}
.header .inner-wrap .top-head .right-nav-list .nav-item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: -16px;
  width: 1px;
  height: 11px;
  background-color: #999;
  transition: all 0.3s;
}
.header .inner-wrap .sec-nav-login {
  display: flex;
  justify-content: space-between;
}
.header .inner-wrap .sec-nav-login .left-nav-list {
  display: flex;
}
.header .inner-wrap .sec-nav-login .left-nav-list .logo-wrap {
  position: relative;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
  padding-right: 38px;
}
.header .inner-wrap .sec-nav-login .left-nav-list .logo-wrap .main-logo {
  width: 139px;
  height: 57px;
}
.header .inner-wrap .sec-nav-login .left-nav-list .nav-list {
  display: flex;
  align-items: center;
}
.header .inner-wrap .sec-nav-login .left-nav-list .nav-list .nav-item {
  cursor: pointer;
  margin-left: 40px;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  text-align: center;
  padding: 0px 6px;
}
.header .inner-wrap .sec-nav-login .left-nav-list .nav-list .active {
  position: relative;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  text-align: center;
  color: #d81418;
}
.header .inner-wrap .sec-nav-login .left-nav-list .nav-list .active::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 4px;
  background: #d81418;
}
.header .inner-wrap .sec-nav-login .right-search-login {
  display: flex;
  align-items: center;
}
.header .inner-wrap .sec-nav-login .right-search-login .search-wrap {
  width: 228px;
  height: 32px;
  padding: 0px 16px 0px 16px;
  border-radius: 50px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .inner-wrap .sec-nav-login .right-search-login .search-wrap input {
  border: none;
  background-color: #f5f5f5;
  outline: none;
}
.header .inner-wrap .sec-nav-login .right-search-login .search-wrap .search-icon {
  width: 16px;
  height: 16px;
}
.header .inner-wrap .sec-nav-login .right-search-login .action-wrap {
  margin-left: 40px;
  display: flex;
  align-items: center;
}
.header .inner-wrap .sec-nav-login .right-search-login .action-wrap .btn {
  width: 80px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s;
}
.header .inner-wrap .sec-nav-login .right-search-login .action-wrap .btn:hover {
  opacity: 0.8;
}
.header .inner-wrap .sec-nav-login .right-search-login .action-wrap .login-btn {
  background: #d81418;
  color: #fff;
}
.header .inner-wrap .sec-nav-login .right-search-login .action-wrap .register-btn {
  margin-left: 8px;
  border: 2px solid #d81418;
  color: #d81418;
}
.header .inner-wrap .sec-nav-login .right-search-login .action-wrap .message-icon-warp {
  position: relative;
  width: 25px;
  height: 25px;
}
.header .inner-wrap .sec-nav-login .right-search-login .action-wrap .message-icon-warp .message-icon {
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.header .inner-wrap .sec-nav-login .right-search-login .action-wrap .message-icon-warp .message-round {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  color: #fff;
  background-color: #f90202;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 12px;
}
.header .inner-wrap .sec-nav-login .right-search-login .action-wrap .avatar-warp {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  cursor: pointer;
}
.header .inner-wrap .sec-nav-login .right-search-login .action-wrap .avatar-warp .user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.header .inner-wrap .sec-nav-login .right-search-login .action-wrap .avatar-warp .menu-list-wrap {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  bottom: -355px;
  right: 0px;
  position: absolute;
  width: 170px;
}
.header .inner-wrap .sec-nav-login .right-search-login .action-wrap .avatar-warp .menu-list-wrap .menu-item {
  box-sizing: border-box;
  padding: 15px;
}
.header .inner-wrap .sec-nav-login .right-search-login .action-wrap .avatar-warp .menu-list-wrap .menu-item .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 36px;
  color: #333;
}
.header .inner-wrap .sec-nav-login .right-search-login .action-wrap .avatar-warp .menu-list-wrap .menu-item .nav-link:last-child {
  border-bottom: none;
}
.header .inner-wrap .sec-nav-login .right-search-login .action-wrap .avatar-warp .menu-list-wrap::before {
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
  background-clip: padding-box;
  border: solid 4px rgba(221, 221, 221, 0);
  border-width: 4px 4px 0 0;
  position: absolute;
  top: -7px;
  left: 143px;
  content: " ";
}
.banner-wrap {
  margin-top: 16px;
  margin-bottom: 16px;
}
.banner-wrap .banner-bg {
  cursor: pointer;
  border-radius: 8px;
  width: 1200px;
  height: 200px;
  background-image: url("../images/banner.png");
  background-size: cover;
}
.trending-topics-wrap .inner-wrap {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  padding: 0px 20px;
  padding-top: 20px;
  padding-right: 0px;
}
.trending-topics-wrap .inner-wrap .topics-action-list {
  display: flex;
}
.trending-topics-wrap .inner-wrap .topics-action-list .title {
  padding-top: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #d81418;
  margin-right: 11px;
  flex-shrink: 0;
}
.trending-topics-wrap .inner-wrap .topics-action-list .list {
  display: flex;
  flex-wrap: wrap;
  width: 750px;
  align-items: center;
}
.trending-topics-wrap .inner-wrap .topics-action-list .list .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3.5px 12px;
  font-size: 12px;
  font-weight: 400;
  border: 0.5px solid #dbdbdb;
  background: #f5f5f5;
  margin-right: 8px;
  border-radius: 50px;
  cursor: pointer;
  margin-bottom: 8px;
}
.trending-topics-wrap .inner-wrap .topics-action-list .more-btn {
  width: 68px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.5px solid #999999;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 4px;
}
.trending-topics-wrap .inner-wrap .topics-action-list .more-btn .text {
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 600;
  line-height: 16.8px;
  color: #999;
}
.trending-topics-wrap .inner-wrap .topics-action-list .more-btn .arrow-icon {
  margin-left: 8px;
  width: 12px;
  height: 12px;
  transition: all 0.3s;
}
.trending-topics-wrap .inner-wrap .right-actions {
  display: flex;
}
.trending-topics-wrap .inner-wrap .right-actions .btn {
  width: 120px;
  height: 40px;
  background: #d81418;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.6px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
  color: #fff;
}
.trending-topics-wrap .inner-wrap .right-actions .btn:hover {
  opacity: 0.8;
}
.trending-topics-wrap .inner-wrap .right-actions .btn .btn-icon {
  margin-right: 8px;
  width: 24px;
  height: 24px;
}
.trending-topics-wrap .inner-wrap .right-actions .ask-btn {
  margin-left: 8px;
}
.main-content-wrap {
  padding-top: 20px;
}
.main-content-wrap .inner-wrap {
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
.main-content-wrap .inner-wrap .left-qustion-list {
  width: 800px;
}
.main-content-wrap .inner-wrap .left-qustion-list .question-item:first-child {
  border-top: 0.5px solid #dbdbdb;
}
.main-content-wrap .inner-wrap .left-qustion-list .tab-list {
  padding: 28px 20px;
  border-left: 0.5px solid #dbdbdb;
  border-right: 0.5px solid #dbdbdb;
  border-top: 0.5px solid #dbdbdb;
}
.main-content-wrap .inner-wrap .left-qustion-list .tab-list .nav-inner {
  display: flex;
  align-items: center;
  border-bottom: 0.5px solid #dbdbdb;
}
.main-content-wrap .inner-wrap .left-qustion-list .tab-list .nav-inner .tab-item {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #252525;
  margin-right: 50px;
  padding-bottom: 12px;
  position: relative;
}
.main-content-wrap .inner-wrap .left-qustion-list .tab-list .nav-inner .active::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 40px;
  height: 5px;
  background: #f02929;
  border-radius: 3px;
  left: -4px;
}
.main-content-wrap .inner-wrap .left-qustion-list .question-item {
  cursor: pointer;
  height: 227px;
  width: 100%;
  padding: 30px 40px;
  display: flex;
  align-items: center;
  border-left: 0.5px solid #dbdbdb;
  border-right: 0.5px solid #dbdbdb;
  border-bottom: 0.5px solid #dbdbdb;
}
.main-content-wrap .inner-wrap .left-qustion-list .question-item .left-info-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 102px;
}
.main-content-wrap .inner-wrap .left-qustion-list .question-item .left-info-wrap .avatar-wrap {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #d6ba98;
}
.main-content-wrap .inner-wrap .left-qustion-list .question-item .left-info-wrap .avatar-wrap .avatar {
  width: 61px;
  height: 61px;
  border-radius: 50%;
}
.main-content-wrap .inner-wrap .left-qustion-list .question-item .left-info-wrap .avatar-wrap .cda-absolute {
  position: absolute;
  bottom: -7px;
  font-size: 10px;
  font-weight: 400;
  width: 60px;
  height: 18px;
  padding: 2px 4px 2px 4px;
  border-radius: 2px 0px 0px 0px;
  color: #fffbec;
  border-radius: 4px;
  background: linear-gradient(180deg, #a08b70 0%, #8f6f48 100%), linear-gradient(180deg, #bea688 0%, #a7865d 100%);
}
.main-content-wrap .inner-wrap .left-qustion-list .question-item .left-info-wrap .name-wrap {
  padding-top: 4px;
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 600;
  line-height: 16.8px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-content-wrap .inner-wrap .left-qustion-list .question-item .left-info-wrap .cda-name {
  color: #bea688;
}
.main-content-wrap .inner-wrap .left-qustion-list .question-item .left-info-wrap .time-wrap {
  padding-top: 4px;
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 600;
  line-height: 16.8px;
  text-align: center;
}
.main-content-wrap .inner-wrap .left-qustion-list .question-item .left-info-wrap .date-wrap {
  font-family: PingFang SC;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  color: #999;
}
.main-content-wrap .inner-wrap .left-qustion-list .question-item .left-info-wrap .question-cell {
  width: 90px;
  height: 90px;
  background: #e9f1f5;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #1c56a0;
}
.main-content-wrap .inner-wrap .left-qustion-list .question-item .left-info-wrap .question-cell .question-num {
  font-size: 12px;
}
.main-content-wrap .inner-wrap .left-qustion-list .question-item .right-content-wrap {
  padding-left: 20px;
  width: 100%;
}
.main-content-wrap .inner-wrap .left-qustion-list .question-item .right-content-wrap .title {
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
}
.main-content-wrap .inner-wrap .left-qustion-list .question-item .right-content-wrap .info {
  padding-top: 8px;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-content-wrap .inner-wrap .left-qustion-list .question-item .right-content-wrap .action-tools {
  padding-top: 20px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.main-content-wrap .inner-wrap .left-qustion-list .question-item .right-content-wrap .action-tools .price-box {
  width: 70px;
  height: 25px;
  border: 0.5px solid #d81418;
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 600;
  line-height: 16.8px;
  text-align: left;
  color: #d81418;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  margin-right: 24px;
  cursor: pointer;
}
.main-content-wrap .inner-wrap .left-qustion-list .question-item .right-content-wrap .action-tools .price-box .icon {
  width: 12px;
  height: 12px;
  margin-right: 2px;
}
.main-content-wrap .inner-wrap .left-qustion-list .question-item .right-content-wrap .action-tools .like-box {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #333;
}
.main-content-wrap .inner-wrap .left-qustion-list .question-item .right-content-wrap .action-tools .like-box .icon {
  height: 16px;
  width: 16px;
  margin-right: 2px;
}
.main-content-wrap .inner-wrap .left-qustion-list .question-item .right-content-wrap .action-tools .like-box span {
  font-size: 13px;
  font-weight: 400;
  line-height: 18.2px;
  text-align: left;
}
.main-content-wrap .inner-wrap .left-qustion-list .question-item .right-content-wrap .action-tools .comment-box {
  margin-left: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #333;
}
.main-content-wrap .inner-wrap .left-qustion-list .question-item .right-content-wrap .action-tools .comment-box .icon {
  height: 16px;
  width: 16px;
  margin-right: 2px;
}
.main-content-wrap .inner-wrap .left-qustion-list .question-item .right-content-wrap .action-tools .comment-box span {
  font-size: 13px;
  font-weight: 400;
  line-height: 18.2px;
  text-align: left;
}
.main-content-wrap .inner-wrap .left-qustion-list .question-item .right-content-wrap .action-tools .dislike-box {
  margin-left: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #333;
}
.main-content-wrap .inner-wrap .left-qustion-list .question-item .right-content-wrap .action-tools .dislike-box .icon {
  height: 16px;
  width: 16px;
  margin-right: 2px;
}
.main-content-wrap .inner-wrap .left-qustion-list .question-item .right-content-wrap .action-tools .dislike-box span {
  font-size: 13px;
  font-weight: 400;
  line-height: 18.2px;
  text-align: left;
}
.main-content-wrap .inner-wrap .left-qustion-list .question-item .right-content-wrap .action-tools .collect-box {
  margin-left: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #333;
}
.main-content-wrap .inner-wrap .left-qustion-list .question-item .right-content-wrap .action-tools .collect-box .icon {
  height: 16px;
  width: 16px;
  margin-right: 2px;
}
.main-content-wrap .inner-wrap .left-qustion-list .question-item .right-content-wrap .action-tools .collect-box span {
  font-size: 13px;
  font-weight: 400;
  line-height: 18.2px;
  text-align: left;
}
.main-content-wrap .inner-wrap .right-side-tools .main-ad-tool {
  width: 280px;
  height: 294px;
  border-radius: 4px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-content-wrap .inner-wrap .right-side-tools .main-ad-tool .ad-img {
  width: 240px;
  height: 160px;
  border-radius: 4px;
  margin: 0 auto;
}
.main-content-wrap .inner-wrap .right-side-tools .main-ad-tool .ad-wrap {
  padding-left: 35px;
}
.main-content-wrap .inner-wrap .right-side-tools .main-ad-tool .ad-wrap .ad-item {
  padding-top: 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #646464;
}
.main-content-wrap .inner-wrap .right-side-tools .main-ad-tool .ad-wrap .ad-item a {
  color: #999999;
  text-decoration: underline;
}
.main-content-wrap .inner-wrap .right-side-tools .examination-warp {
  width: 380px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 26px 20px;
}
.main-content-wrap .inner-wrap .right-side-tools .examination-warp .title {
  font-size: 18px;
  font-weight: bold;
  color: #252525;
  margin-bottom: 17px;
}
.main-content-wrap .inner-wrap .right-side-tools .examination-warp .item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.main-content-wrap .inner-wrap .right-side-tools .examination-warp .item-list a {
  display: block;
  text-decoration: none;
}
.main-content-wrap .inner-wrap .right-side-tools .examination-warp .item-list a .exa-item {
  position: relative;
  width: 160px;
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #d6bfbf;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-content-wrap .inner-wrap .right-side-tools .examination-warp .item-list a .exa-item .abs-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 26px;
  top: 8px;
  background-image: url("../images/fire_active.png");
  background-size: cover;
}
.main-content-wrap .inner-wrap .right-side-tools .examination-warp .item-list a .exa-item:hover {
  background-color: #dd2424;
  color: #fff;
  border: none;
}
.main-content-wrap .inner-wrap .right-side-tools .examination-warp .item-list a .exa-item:hover .abs-icon {
  background-image: url("../images/fire.png");
}
.main-content-wrap .inner-wrap .right-side-tools .hot-user-list {
  width: 280px;
  background-color: #fff;
  margin-top: 20px;
}
.main-content-wrap .inner-wrap .right-side-tools .hot-user-list .hot-user-action-title {
  padding: 13px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
}
.main-content-wrap .inner-wrap .right-side-tools .hot-user-list .hot-user-action-title .left-title {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.main-content-wrap .inner-wrap .right-side-tools .hot-user-list .hot-user-action-title .left-title .dot {
  margin-right: 4px;
  width: 3px;
  height: 14px;
  background: #eb0022;
}
.main-content-wrap .inner-wrap .right-side-tools .hot-user-list .hot-user-action-title .right-btn {
  width: 72px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  border: 0.5px solid #dbdbdb;
  border-radius: 4px;
  cursor: pointer;
}
.main-content-wrap .inner-wrap .right-side-tools .hot-user-list .hot-user-action-title .right-btn .icon {
  width: 16px;
  height: 16px;
}
.main-content-wrap .inner-wrap .right-side-tools .hot-user-list .user-list {
  width: 100%;
  height: 420px;
  overflow: hidden;
}
.main-content-wrap .inner-wrap .right-side-tools .hot-user-list .user-list .user-item {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.main-content-wrap .inner-wrap .right-side-tools .hot-user-list .user-list .user-item .left-user-info {
  display: flex;
  align-items: center;
}
.main-content-wrap .inner-wrap .right-side-tools .hot-user-list .user-list .user-item .left-user-info .avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.main-content-wrap .inner-wrap .right-side-tools .hot-user-list .user-list .user-item .left-user-info .user-name {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #333;
}
.main-content-wrap .inner-wrap .right-side-tools .hot-user-list .user-list .user-item .right-actions {
  width: 54px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d81418;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16.8px;
  text-align: center;
  color: #d81418;
  cursor: pointer;
}
.main-content-wrap .inner-wrap .right-side-tools .hot-user-list .user-list .user-item .right-actions:hover {
  opacity: 0.8;
}
.main-content-wrap .inner-wrap .right-side-tools .pgc-list {
  width: 280px;
  background-color: #fff;
  margin-top: 20px;
}
.main-content-wrap .inner-wrap .right-side-tools .pgc-list .hot-user-action-title {
  padding: 13px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
}
.main-content-wrap .inner-wrap .right-side-tools .pgc-list .hot-user-action-title .left-title {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.main-content-wrap .inner-wrap .right-side-tools .pgc-list .hot-user-action-title .left-title .dot {
  margin-right: 4px;
  width: 3px;
  height: 14px;
  background: #eb0022;
}
.main-content-wrap .inner-wrap .right-side-tools .pgc-list .hot-user-action-title .right-btn {
  width: 72px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  border: 0.5px solid #dbdbdb;
  border-radius: 4px;
  cursor: pointer;
}
.main-content-wrap .inner-wrap .right-side-tools .pgc-list .hot-user-action-title .right-btn .icon {
  width: 16px;
  height: 16px;
}
.main-content-wrap .inner-wrap .right-side-tools .pgc-list .user-list {
  width: 100%;
  height: 420px;
  overflow: hidden;
}
.main-content-wrap .inner-wrap .right-side-tools .pgc-list .user-list .user-item {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.main-content-wrap .inner-wrap .right-side-tools .pgc-list .user-list .user-item .left-user-info {
  display: flex;
  align-items: center;
}
.main-content-wrap .inner-wrap .right-side-tools .pgc-list .user-list .user-item .left-user-info .avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.main-content-wrap .inner-wrap .right-side-tools .pgc-list .user-list .user-item .left-user-info .user-name {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #333;
}
.main-content-wrap .inner-wrap .right-side-tools .pgc-list .user-list .user-item .right-actions {
  width: 54px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16.8px;
  text-align: center;
  color: #d81418;
  cursor: pointer;
}
.main-content-wrap .inner-wrap .right-side-tools .pgc-list .user-list .user-item .right-actions:hover {
  opacity: 0.8;
}
.main-content-wrap .inner-wrap .right-side-tools .hot-menu-wrap {
  margin-top: 20px;
  width: 380px;
  height: 312px;
  background: #ffffff;
  border-radius: 8px;
  padding: 26px 20px;
}
.main-content-wrap .inner-wrap .right-side-tools .hot-menu-wrap .title {
  font-size: 20px;
  color: #252525;
  padding-bottom: 17px;
}
.main-content-wrap .inner-wrap .right-side-tools .hot-menu-wrap .hot-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-content-wrap .inner-wrap .right-side-tools .hot-menu-wrap .hot-list .hot-item {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  border: 1px solid #d6bfbf;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
  transition: all 0.3s;
}
.main-content-wrap .inner-wrap .right-side-tools .hot-menu-wrap .hot-list .hot-item .hot-icon {
  width: 40px;
  height: 40px;
}
.main-content-wrap .inner-wrap .right-side-tools .hot-menu-wrap .hot-list .hot-item .hot-title {
  padding-top: 14px;
  font-size: 16px;
  color: #444444;
}
.main-content-wrap .inner-wrap .right-side-tools .hot-menu-wrap .hot-list .hot-item:hover {
  background: #fff1f1;
}
.footer {
  margin-top: 20px;
  background-color: #fff;
}
.footer .inner-wrap {
  width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  font-size: 11px;
  font-weight: 400;
  line-height: 15.4px;
  text-align: center;
}
