html,
body {
  height: 100%;
}
p {
  margin-bottom: 0;
}
#content {
  height: 100%;
}
#content .ant-empty {
  font-size: 14px;
}
#content .ant-empty-normal .ant-empty-image {
  height: 50px;
  margin-bottom: 8px;
}
#content .ant-empty-image svg {
  width: 64px;
  height: 41px;
  margin: auto;
}
.f-tc {
  text-align: center;
}
.f-dib {
  display: inline-block;
}
.f-toe {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.home-back {
  position: fixed;
  bottom: 40px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  background-color: #3c95ff;
  color: #fff;
  cursor: pointer;
  z-index: 1;
}
.ant-btn[disabled] {
  color: #999 !important;
  background: #eeeeee !important;
  border: none !important;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.m-modal {
  width: 80% !important;
}
.ui-autocomplete {
  z-index: 1001 !important;
}

.m-page {
  background: #fff;
  height: 100%;
  width: 100%;
  color: #484848;
  overflow-y: auto;
  font-family: PingFangSC-Regular, PingFang SC;
  line-height: 1.4;
}
.m-page .top-bar {
  padding: 16px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
.m-page .top-bar-left,
.m-page .top-bar-right {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.m-page .top-bar-center {
  flex: 1;
  text-align: center;
}
.m-page .top-bar-logo {
  height: 24px;
  overflow: hidden;
  margin-right: 16px;
}
.m-page .top-bar-logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.m-page .top-bar-company {
  font-size: 14px;
  max-width: 240px;
  font-family: PingFangSC-Medium, PingFang SC;
}
.m-page .top-bar-btn {
  color: #262626;
  font-size: 14px;
  cursor: pointer;
  margin-left: 16px;
}
.m-page .top-bar-btn:nth-child(1) {
  margin-left: 0;
}
.m-page .page-content {
  width: 100%;
  height: calc(100% - 56px);
  overflow: auto;
}
.m-page .page-content-top {
  padding: 20px 0;
  margin: 0 16px;
  border-bottom: 1px solid #f5f5f5;
}
.m-page .page-content-top .page-title {
  padding-bottom: 12px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #262626;
}
.m-page .page-content-top .page-data {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
  display: flex;
  justify-content: space-between;
}
.m-page .page-content .page-block {
  padding: 24px 0px;
  margin: 0 16px;
}
.m-page .page-content .page-block:nth-last-child(1) {
  border-top: 1px solid #f5f5f5;
}
.m-page .page-content .page-block-title {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #262626;
  margin-bottom: 12px;
}
.m-page .recommend-list .recommend-item {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  margin-bottom: 16px;
}
.m-page .recommend-list .recommend-item:nth-child(1) {
  padding-top: 0;
}
.m-page .recommend-list .recommend-item-cover {
  width: 140px;
  height: 90px;
  padding-bottom: 10px;
}
.m-page .recommend-list .recommend-item-cover img {
  display: block;
  width: 100%;
  height: 100%;
}
.m-page .recommend-list .recommend-item-detail {
  flex: 1;
  margin-left: 12px;
  border-bottom: 1px solid #f5f5f5;
}
.m-page .recommend-list .recommend-item-title {
  height: 45px;
  margin-bottom: 15px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #262626;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.m-page .recommend-list .recommend-item-data {
  margin-top: 4px;
  display: flex;
  justify-content: flex-start;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.m-page .recommend-list .recommend-item-data .ml17 {
  margin-left: 17px;
}
.m-page .recommend-list .recommend-item-data .anticon {
  margin-right: 4px;
}
.m-page .ml16 {
  margin-left: 16px;
}
.page-description h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
}
.page-description h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}
.page-description h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}
.page-description img {
  max-width: 100%;
}
.page-description p {
  font-size: 14px;
  line-height: 24px;
}

.pc-page {
  background: #f5f5f5;
  height: 100%;
  color: #484848;
  overflow: hidden;
  font-family: PingFangSC-Regular, PingFang SC;
  line-height: 1.4;
}
.pc-page .ant-skeleton-paragraph > li {
  height: 50px;
  margin: 16px auto;
}
.pc-page .ant-skeleton-paragraph > li:nth-child(1) {
  margin: 0;
}
.pc-page .top-bar {
  padding: 17px 0;
  background-color: #fff;
}
.pc-page .top-bar-main {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.pc-page .top-bar-left,
.pc-page .top-bar-right {
  display: flex;
  align-items: center;
}
.pc-page .top-bar-center {
  flex: 1;
  text-align: center;
}
.pc-page .top-bar-logo {
  height: 30px;
  margin-right: 16px;
  overflow: hidden;
}
.pc-page .top-bar-logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.pc-page .top-bar-company {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
}
.pc-page .top-bar-search {
  min-width: 300px;
  max-width: 600px;
}
.pc-page .top-bar-btn {
  padding: 0 8px;
  color: #262626;
  font-size: 16px;
  cursor: pointer;
}
.pc-page .top-bar-btn:nth-child(1) {
  margin-right: 16px;
}
.pc-page .page-content-container {
  height: calc(100% - 56px);
  overflow-y: auto;
  padding: 0 14px;
}
.pc-page .page-content {
  max-width: 1200px;
  margin: 24px auto;
}
.pc-page .page-content .page-title {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #262626;
}
.pc-page .page-content .page-data {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.pc-page .page-content-main {
  display: flex;
  margin-top: 24px;
}
.pc-page .page-content-main .page-description {
  background-color: #fff;
  padding: 40px 24px;
}
.pc-page .page-content-main .main-sider {
  width: 300px;
  margin-left: 24px;
  position: relative;
}
.pc-page .page-content-main .main-sider-container {
  position: sticky;
  top: 24px;
  right: 0;
}
.pc-page .page-content-main .main-sider .recommend-container {
  padding: 24px;
  background-color: #fff;
  margin-bottom: 24px;
}
.pc-page .page-content-main .main-sider .account-qrcode {
  background-color: #fff;
  width: 300px;
  height: 300px;
  font-size: 14px;
  text-align: center;
  padding-top: 46px;
}
.pc-page .page-content-main .main-sider .account-qrcode-des {
  margin-top: 16px;
}
.pc-page .page-content .page-block-title {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #262626;
  margin-bottom: 12px;
}
.pc-page .page-content .flex-1 > .recommend-container {
  background-color: #fff;
  padding: 24px 22px;
}
.pc-page .page-content .flex-1 > .recommend-container .recommend-list {
  display: flex;
  flex-wrap: wrap;
}
.pc-page .page-content .flex-1 > .recommend-container .recommend-list .recommend-item {
  width: 50%;
  padding: 0;
  padding-top: 12px;
  margin-bottom: 12px;
}
.pc-page .page-content .flex-1 > .recommend-container .recommend-list .recommend-item .recommend-item-title {
  max-width: 300px;
}
.pc-page .page-content .recommend-list .recommend-item {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  margin-bottom: 25px;
  cursor: pointer;
}
.pc-page .page-content .recommend-list .recommend-item:nth-child(1) {
  padding-top: 12px;
}
.pc-page .page-content .recommend-list .recommend-item-cover {
  width: 120px;
  height: 68px;
}
.pc-page .page-content .recommend-list .recommend-item-cover img {
  width: 100%;
  height: 100%;
  display: block;
}
.pc-page .page-content .recommend-list .recommend-item-detail {
  flex: 1;
  margin-left: 12px;
}
.pc-page .page-content .recommend-list .recommend-item-title {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #484848;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-right: 20px;
}
.pc-page .page-content .recommend-list .recommend-item-data {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.pc-page .flex-1 {
  flex: 1;
}
.pc-page .ml24 {
  margin-left: 24px;
}
.page-description h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}
.page-description h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}
.page-description h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
.page-description img {
  max-width: 100%;
}
.page-description p {
  font-size: 14px;
  line-height: 24px;
}

