.main_content {
  width: 1180px;
  margin: auto;
  box-sizing: border-box;
}
.headerBox {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 6;
}
.headerBox .header {
  width: 1200px;
  height: 100px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E6E6E6;
  background-color: #fff;
}
.headerBox .header .logo {
  width: 160px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.headerBox .header .iconBox:hover .hoverBox {
  height: 124px;
  top: 52px;
  opacity: 1;
  padding: 23px;
}
.headerBox .header .iconBox:hover > div {
  color: #ce2e31;
}
.headerBox .header .userAvatar {
  position: relative;
  width: 40px;
  height: 100%;
  display: none;
}
.headerBox .header .userAvatar .userAvatarImgBox {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 100px;
  box-sizing: border-box;
}
.headerBox .header .userAvatar .userAvatarImgBox img {
  width: 100%;
  height: 100%;
}
.headerBox .header .userAvatar .hoverTable {
  position: absolute;
  top: 36px;
  width: 100%;
  display: none;
}
.headerBox .header .userAvatar .hoverTable .tableTriangle {
  width: 100%;
  height: 12px;
  position: relative;
  top: 0px;
  overflow: hidden;
}
.headerBox .header .userAvatar .hoverTable .tableTriangle::after {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #fff;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  z-index: 99999;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
  border-right: none;
}
.headerBox .header .userAvatar .hoverTable .bgf6::after {
  background-color: #f6f6f6;
}
.headerBox .header .userAvatar .hoverTable .userName {
  font-size: 14px;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  justify-content: center;
  position: relative;
}
.headerBox .header .userAvatar .hoverTable .userName > span {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.headerBox .header .userAvatar .hoverTable .userName > span a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #212121;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.headerBox .header .userAvatar .hoverTable .userName .line {
  width: 65%;
  height: 1px;
  position: absolute;
  background-color: #f2f2f2;
  bottom: 0;
}
.headerBox .header .userAvatar .hoverTable > ul {
  display: flex;
  flex-direction: column;
  width: 150px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.35);
}
.headerBox .header .userAvatar .hoverTable > ul li {
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  padding-left: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 40px;
  line-height: 40px;
  background: #fff;
}
.headerBox .header .userAvatar .hoverTable > ul li > div {
  padding-right: 20px;
}
.headerBox .header .userAvatar .hoverTable > ul li > div img {
  width: 13.5px;
}
.headerBox .header .userAvatar .hoverTable > ul li a {
  margin: 0;
  padding: 0;
  line-height: unset;
  font-size: 14px;
  font-weight: 500;
  display: block;
  width: 100%;
  display: inline-block;
  height: 100%;
  color: #212121;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.headerBox .header .userAvatar .hoverTable > ul li a:hover {
  font-weight: 500;
}
.headerBox .header .userAvatar .hoverTable > ul li:hover {
  background: #F6F6F6;
}
.headerBox .header .isSignIn {
  display: block;
}
.headerBox .header .isSignIn:hover .hoverTable {
  display: block;
}
.headerBox .header .tab_list_box {
  flex: 1;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding-left: 52px;
  gap: 40px;
}
.headerBox .header .tab_list_box .tab_list {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #777777;
}
.headerBox .header .tab_list_box .activate {
  color: #121212;
}
.headerBox .header .user_info {
  width: auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 18px;
}
.headerBox .header .user_info .qinquan {
  display: flex;
  align-items: center;
  border: 1px solid #E6E6E6;
  color: #46495A;
  padding: 0 6px;
  border-radius: 4px;
  gap: 5px;
}
.headerBox .header .user_info .login {
  display: flex;
  align-items: center;
  gap: 9px;
}
.headerBox .header .user_info .login .user_avatar {
  display: flex;
  align-items: center;
}
.headerBox .header .user_info .login .login_text {
  display: flex;
  align-items: center;
  color: #46495A;
}
.page_box {
  margin: 30px 0;
  display: flex;
  justify-content: center;
  font-size: 13px;
  min-width: 35.5px;
  height: 28px;
  line-height: 28px;
  vertical-align: top;
  box-sizing: border-box;
  font-weight: 400;
  color: #606266;
  user-select: none;
  gap: 10px;
  align-items: center;
}
.page_box a {
  padding: 0 4px;
  vertical-align: top;
  height: 32px;
  min-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  background-color: #eeeeee;
  color: #606266;
  border-radius: 2px;
}
.page_box .paging_on {
  background-color: #0462fc;
  color: #fff;
}
.page_box .PB_Page_Input {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dcdfe6;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  width: 50px;
  line-height: 18px;
  padding: 0 2px;
  height: 28px;
  text-align: center;
  margin: 0 2px;
  box-sizing: border-box;
  border-radius: 3px;
  outline: none;
}
