.home-header {
  width: 100%;
  height: 410px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.home-header .logo-container {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.home-header .logo-container .logo-content {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.home-header .logo-container .logo-bg2 {
  margin-top: 20px;
  width: 400px;
  cursor: pointer;
}
.home-header .logo-container .logo-bg {
  width: 800px;
  cursor: pointer;
}
.home-header .search-head {
  margin-top: 100px;
  height: 40px;
}
.home-header .search-head .cur-date-wrap {
  display: flex;
  justify-content: flex-end;
}
.home-header .search-head .cur-date {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 12px 20px;
  margin-top: 12px;
  font-size: 14px;
  color: #666;
  display: inline-block;
  border-radius: 6px;
}
.home-header .search-head .search-head-wrap {
  border: 1px solid #b01127;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.home-header .search-head:hover {
  background-color: #fff;
}
.home-header .search-head .ant-input {
  height: 40px;
  width: 300px;
  border-radius: 0 !important;
  border: none !important;
  border-right: 1px solid #b01127 !important;
}
.home-header .anticon-search {
  height: 40px;
  padding: 0 10px;
  background-color: #b01127;
  border: none;
  cursor: pointer;
  color: #fff;
}
.home-header .title-about {
  position: relative;
}
.home-header .title-about .about-pull-down {
  position: absolute;
  width: 100%;
  background-color: #b01127;
  top: 81px;
  left: 0px;
  z-index: 10;
  height: 0px;
  overflow: hidden;
  transition: height 0.3s;
}
.home-header .title-about .about-pull-down .pull-down-item {
  height: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
}
.home-header .title-about .about-pull-down .pull-down-item:last-child {
  border-bottom: 0px;
}
.home-header .title-about:hover .about-pull-down {
  height: 152px;
}
.home_tab-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 1200px;
  margin: 0 auto;
}
.home_tab-wrap .home_tab-box {
  height: 80px;
  display: flex;
}
.home_tab-wrap .home_tab-item {
  background-color: #b01127;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s;
}
.home_tab-wrap .home_tab-item:hover {
  font-size: 24px;
  font-weight: bold;
  background-color: #ffaf23;
}
.home_tab-wrap .home_tab-item-select {
  font-size: 24px;
  font-weight: bold;
  background-color: #ffaf23;
}

.home-footer {
  height: 190px;
  box-sizing: border-box;
  padding-top: 30px;
  background-color: #171717;
  font-weight: 600;
}
.home-footer .footer-item {
  color: #666;
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}
.home-footer .links-title {
  color: #ccc;
}
.home-footer .friend-links {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 14px;
}
.home-footer .official-links {
  margin-bottom: 20px;
  text-align: center;
}
.home-footer .links-wrap {
  font-size: 14px;
}
.home-footer .links-wrap .links-item {
  text-decoration: none;
  color: #ccc;
  cursor: pointer;
}
.home-footer .contact-info {
  color: #ccc;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
.home-footer .contact-info .contact-phone {
  margin-right: 8px;
}
.home-footer .contact-info .contact-xiong,
.home-footer .contact-info .contact-phone {
  cursor: pointer;
}
.home-footer .contact-split {
  margin: 0 12px;
  color: #ccc;
}
.bottom-qrcode {
  width: 120px;
  height: 120px;
}
.wechart-qr .ant-popover-inner {
  padding: 6px;
}

.zoom-layout {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.zoom-layout .zoom-element {
  max-width: 80%;
  max-height: 90%;
  cursor: zoom-out;
}

@keyframes animationFrame {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-478px);
  }
}
.home-page .home_tab-wrap {
  width: 1200px !important;
}
.home-container {
  width: 1200px;
  margin: 24px auto 20px;
  position: relative;
}
.home-container .home-poster-wrap {
  padding-top: 40px;
}
.home-container .home-poster {
  width: 100%;
}
.home-container .site-options {
  background-color: #fff;
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 100;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.4);
}
.home-container .site-options .site-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 80px;
  cursor: pointer;
}
.home-container .site-options .option-text {
  font-size: 14px;
  margin-top: 4px;
}
.home-content {
  display: flex;
  justify-content: space-between;
}
.home-content .home-swiper {
  width: 575px;
  height: 100%;
  box-shadow: 0px 8px 16px 2px rgba(0, 0, 0, 0.7);
}
.home-content .home-swiper .swiper-link {
  cursor: pointer !important;
}
.home-content .home-swiper .slider-container {
  width: 100%;
  height: 354px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  position: relative;
}
.home-content .home-swiper .slider-container .swiper-video-bg {
  width: 100%;
  height: 100%;
  position: relative;
}
.home-content .home-swiper .slider-container .swiper-video-bg .swiper-video-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: zoom-in;
}
.home-content .home-swiper .slider-container .swiper-video {
  max-width: 100%;
  max-height: 100%;
}
.home-content .home-swiper .slider-container .swiper-img {
  width: 100%;
  height: 100%;
  cursor: zoom-in;
}
.home-content .home-swiper .video-bg {
  background-color: #000;
}
.home-content .home-swiper .img-bg {
  background-color: #fff;
}
.home-content .home-desc {
  padding-top: 20px;
  text-align: center;
  color: #b21a1f;
  font-weight: bold;
  overflow: hidden;
}
.home-content .home-desc .home-animation {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  animation: animationFrame 10s infinite linear;
}
.home-content .home-desc .home-animation .home-animation-frame {
  white-space: nowrap;
  font-size: 18px;
}
.home-content .home-desc .home-animation .home-animation-frame:first-child {
  margin-right: 100px;
}
.home-news {
  color: #333;
  width: 575px;
  height: 354px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  padding: 20px 24px;
}
.home-news .home-news_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.home-news .home-news_header .news-more {
  color: #999;
}
.home-news .news-tabs {
  display: flex;
}
.home-news .news-tabs .news-tab-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  margin-right: 18px;
}
.home-news .news-tabs .news-tab-item-active {
  font-size: 22px;
  font-weight: bold;
  color: #b21a1f;
}
.home-news .news-tabs .news-tab-img {
  margin-right: 8px;
}
.home-news .home-news-list {
  overflow: hidden;
  margin-top: 10px;
}
.home-news .home-news-list .news-item {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.home-news .home-news-list .news-item:hover .news-title {
  color: #b21a1f;
}
.home-news .home-news-list .news-item:hover .news-date {
  color: #b21a1f;
}
.home-news .home-news-list .news-item:hover .news-dot {
  background-color: #b21a1f;
}
.home-news .home-news-list .news-title {
  flex: 1;
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
  overflow: hidden;
}
.home-news .home-news-list .news-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #333;
  margin-right: 8px;
  flex-shrink: 0;
}
.home-news .home-news-list .news-title-text {
  font-size: 16px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-news .home-news-list .news-date {
  color: #999;
  margin-left: 20px;
  flex-shrink: 0;
}

.home-case {
  display: flex;
}
.home-case .case-item {
  width: 580px;
  position: relative;
  height: 420px;
}
.home-case .case-item .case-img-wrap {
  width: 580px;
  height: 420px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.home-case .case-item .case-img {
  height: 100%;
}
.home-case .case-title {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 12px;
  background-color: rgba(0, 0, 0, 0.4);
}
.home-case .case-raw {
  display: flex;
}
.home-case .case-raw:first-child {
  margin-bottom: 20px;
}
.home-case .case-raw .case-raw-item {
  position: relative;
}
.home-case .case-raw .fix-margin {
  margin-right: 20px;
}
.home-case .case-raw-img {
  width: 280px;
  height: 200px;
  overflow: hidden;
}
.home-case .case-raw-img .case-img {
  height: 100%;
}
.home-case .home-case-list {
  margin-left: 40px;
}
.home-case-container .getMore {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.home-case-container .more-btn {
  cursor: pointer;
  width: 200px;
  height: 40px;
  border: 1px solid #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-case-container .home-case-title {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 20px;
  flex-direction: column;
  align-items: center;
}
.home-case-container .home-case-title-text {
  font-size: 20px;
}
.home-case-container .home-case-title-label {
  font-size: 14px;
  color: #999;
  font-weight: 400;
}

.home-breadcrumb {
  height: 68px;
  display: flex;
  align-items: center;
}
.home-breadcrumb .local-png {
  width: 14px;
  height: 19px;
  margin-right: 16px;
}
.home-breadcrumb .breadcrumb-title {
  cursor: pointer;
}

.news-container {
  width: 1200px;
  margin: 0 auto 40px;
  color: #333;
  overflow: hidden;
}
.page-location {
  height: 64px;
}
.news-content {
  display: flex;
}
.news-nav {
  width: 305px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-right: 20px;
  flex-shrink: 0;
  overflow: hidden;
}
.news-nav .news-nav-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 67px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.news-nav .news-nav-item {
  margin: 14px 20px 0;
  background-color: #f4f4f4;
  height: 50px;
  box-sizing: border-box;
  padding-left: 53px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666;
  cursor: pointer;
}
.news-nav .news-nav-select {
  border: 1px solid #b21a1f;
  box-sizing: border-box;
}
.news-wrap {
  flex: 1;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 0 16px;
  border-radius: 4px;
  overflow: hidden;
}
.news-wrap .search-wrap {
  display: flex;
  align-items: center;
  height: 66px;
  justify-content: space-between;
}
.news-wrap .search-wrap .search-title {
  padding-left: 11px;
  font-size: 20px;
  font-weight: bold;
}
.news-wrap .split {
  height: 5px;
  background-color: #f1f1f1;
}
.news-wrap .news-list {
  overflow: hidden;
  margin-top: 10px;
  min-height: 360px;
}
.news-wrap .news-list .news-item {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.news-wrap .news-list .news-item:hover .news-title {
  color: #b21a1f;
}
.news-wrap .news-list .news-item:hover .news-date {
  color: #b21a1f;
}
.news-wrap .news-list .news-item:hover .news-dot {
  background-color: #b21a1f;
}
.news-wrap .news-list .news-title {
  flex: 1;
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
  overflow: hidden;
}
.news-wrap .news-list .news-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #333;
  margin-right: 8px;
  flex-shrink: 0;
}
.news-wrap .news-list .news-title-text {
  font-size: 16px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-wrap .news-list .news-date {
  color: #999;
  margin-left: 20px;
  flex-shrink: 0;
}

.case-container {
  width: 1200px;
  margin: 0 auto 40px;
  color: #333;
}
.page-location {
  height: 64px;
}
.case-content {
  display: flex;
}
.case-nav {
  width: 305px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-right: 20px;
}
.case-nav .case-nav-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 67px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.case-nav .case-nav-item {
  margin: 14px 20px 0;
  background-color: #f4f4f4;
  height: 50px;
  box-sizing: border-box;
  padding-left: 53px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666;
  cursor: pointer;
}
.case-nav .select-case-nav {
  border: 1px solid #b21a1f;
  box-sizing: border-box;
}
.case-wrap {
  flex: 1;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 0 16px;
  border-radius: 4px;
}
.case-wrap .search-wrap {
  display: flex;
  align-items: center;
  height: 66px;
  justify-content: space-between;
}
.case-wrap .search-wrap .search-title {
  padding-left: 11px;
  font-size: 20px;
  font-weight: bold;
}
.case-wrap .split {
  height: 5px;
  background-color: #f1f1f1;
}
.case-list {
  padding: 20px 28px;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.case-list .case-item {
  width: 370px;
  margin-bottom: 40px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.case-list .case-item .case-poster {
  font-size: 0px;
  width: 370px;
  height: 190px;
}
.case-list .case-item .case-poster .case-poster-img {
  width: 370px;
  height: 190px;
}
.case-list .case-item .case-title {
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding: 0 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: #ebedf6;
}

.ablity-container {
  width: 1200px;
  margin: 0 auto 40px;
  color: #333;
  font-size: 14px;
}
.purchase-wrap {
  display: flex;
}
.purchase-wrap .purchase-list {
  width: 305px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-right: 20px;
}
.purchase-wrap .purchase-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 67px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.purchase-wrap .purchase-title-item {
  margin: 14px 20px 0;
  background-color: #f4f4f4;
  height: 50px;
  box-sizing: border-box;
  padding-left: 53px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666;
  cursor: pointer;
}
.purchase-wrap .select-purchase {
  border: 1px solid #b21a1f;
  box-sizing: border-box;
}
.purchase-wrap .purchase-img {
  max-width: 500px;
}
.purchase-wrap .purchase-content {
  flex: 1;
  display: flex;
  justify-content: center;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}
.purchase-wrap .purchase-box {
  border: 1px solid rgba(200, 200, 200, 0.5);
  cursor: zoom-in;
  box-shadow: -2px 0 16px 0 rgba(0, 0, 0, 0.2);
}

.purchase-container {
  width: 1200px;
  margin: 0 auto;
  color: #333;
  font-size: 14px;
}
.purchase-container .purchase-content {
  padding: 40px 0;
  display: flex;
  justify-content: center;
}
.purchase-container .purchase-content .purchase-img {
  width: 700px;
  cursor: pointer;
  box-shadow: -2px 0 16px 0 rgba(0, 0, 0, 0.2);
}

.about-container {
  width: 1200px;
  margin: 0 auto 40px;
  color: #333;
  font-size: 16px;
}
.about-container .certificate {
  margin-top: 40px;
}
.company {
  margin-top: 40px;
}
.component-title-wrap {
  position: relative;
}
.component-title-wrap .company-title {
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  height: 62px;
  width: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b21a1f;
}
.component-title-wrap .component-title-split {
  height: 3px;
  width: 100%;
  flex: 1;
  background-color: #b21a1f;
  position: absolute;
  top: 54px;
  left: 0;
}
.company-content {
  display: flex;
}
.company-content .company-img-wrap {
  padding-top: 20px;
}
.company-content .company-img {
  width: 550px;
  margin-left: 50px;
  box-shadow: 0px 0 16px 0 rgba(0, 0, 0, 0.4);
  height: 360px;
}
.desc-item {
  line-height: 2;
  margin-bottom: 12px;
  text-indent: 20px;
}
.ablity-img-wrap {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.ablity-img-wrap .ablity-img {
  width: 800px;
  cursor: zoom-in;
}
.ablity-img-wrap .ablity-img3 {
  width: 800px;
}
.company-team {
  display: flex;
}
.team-img-wrap {
  flex: 1;
  overflow: hidden;
  margin-right: 12px;
  box-shadow: 0px 0 16px 0 rgba(0, 0, 0, 0.1);
}
.team-img-wrap:last-child {
  margin-right: 0;
}
.team-img-wrap .team-img {
  width: 100%;
}
.leader-list {
  display: flex;
  padding-top: 40px;
  justify-content: center;
  position: relative;
  min-height: 600px;
}
.leader-list .leader-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 600px;
  opacity: 0.2;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.leader-list .leader-box {
  width: 60%;
}
.leader-list .leader-row {
  height: 60px;
}
.leader-name {
  color: #000;
  font-weight: bold;
  width: 120px;
  cursor: pointer;
  font-size: 28px;
  display: flex;
  justify-content: center;
}
.leader-name .name-row {
  display: flex;
  width: 100px;
  justify-content: space-between;
}
.leader-position {
  color: #333;
  font-weight: 400;
  font-size: 28px;
}
.detail-name {
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.detail-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.detail-avatar {
  max-width: 200px;
}
.detail-desc {
  font-weight: 400;
  max-width: 60%;
  margin: 0 auto;
}
.detail-info-wrap {
  display: flex;
  flex-wrap: wrap;
}
.detail-info {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
}
.detail-info .info-img {
  width: 400px;
}
.leader-detail-wrap {
  display: flex;
}
.leader-detail-wrap .leader-detail-list-site {
  margin-right: 40px;
  width: 220px;
  background-color: #b01127;
  height: fit-content;
}
.leader-detail-wrap .leader-detail-list-item {
  color: #fff;
  height: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 22px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.leader-detail-wrap .leader-detail-list-item .leader-detail-list-name {
  display: flex;
  width: 80px;
  justify-content: space-between;
}
.leader-detail-wrap .leader-detail-list-item:last-child {
  border-bottom: 0px;
}
.leader-detail-wrap .leader-detail-list-active {
  color: #ffaf23;
}
.leader-detail-content {
  flex: 1;
}

.contact-container {
  width: 1200px;
  margin: 0 auto 40px;
  color: #333;
  font-size: 14px;
  text-align: center;
}
.contact-container .contact-wechat {
  width: 60px;
  height: 60px;
}
.contact-container .contact-wrap {
  padding: 40px 120px;
}
.contact-container .contact-box {
  border: 1px solid rgba(178, 26, 31, 0.2);
  border-radius: 8px;
}
.contact-container .contact-title {
  font-weight: 500;
  font-size: 15px;
}
.contact-container .contact-row {
  align-items: center;
}
.contact-container .contact-row:last-child .contact-item {
  border-bottom: none;
}
.contact-container .contact-head {
  align-items: center;
}
.contact-container .contact-item {
  border-right: 1px solid rgba(178, 26, 31, 0.2);
  border-bottom: 1px solid rgba(178, 26, 31, 0.2);
  height: 80px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-container .contact-item:last-child {
  border-right: none;
}

.search-container {
  width: 1200px;
  margin: 0 auto 40px;
  color: #333;
  font-size: 14px;
  text-align: center;
  min-height: 400px;
}
.search-container .search-text {
  color: #b21a1f;
}
.search-container .search-result {
  padding-top: 20px;
}
.search-container .search-news-wrap .news-item {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.search-container .search-news-wrap .news-item:hover .news-title {
  color: #b21a1f;
}
.search-container .search-news-wrap .news-item:hover .news-date {
  color: #b21a1f;
}
.search-container .search-news-wrap .news-item:hover .news-dot {
  background-color: #b21a1f;
}
.search-container .search-news-wrap .news-title {
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
  overflow: hidden;
}
.search-container .search-news-wrap .news-title-text {
  font-size: 16px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-container .search-news-wrap .news-date {
  color: #999;
  margin-left: 20px;
  flex-shrink: 0;
}
.search-container .news-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #333;
  margin-right: 8px;
  flex-shrink: 0;
}
.search-container .search-case-wrap .case-item {
  display: flex;
  padding: 10px 0;
  cursor: pointer;
  align-items: center;
}
.search-container .search-case-wrap .case-item .case-poster {
  font-size: 0px;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  border-radius: 8px;
}
.search-container .search-case-wrap .case-item .case-poster .case-poster-img {
  max-width: 100px;
  height: 100px;
  border-radius: 2px;
}
.search-container .search-case-wrap .case-item .case-title {
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.empty-wrap {
  display: flex;
  height: 400px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.empty-wrap .empty-img-wrap {
  margin-right: 30px;
}
.empty-wrap .empty-content {
  text-align: left;
}
.empty-wrap .empty-content .empty-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

body {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-family: "SimHei", "黑体", sans-serif;
}
.app {
  width: 100%;
  height: 100%;
}
.row-options {
  display: flex;
  margin-bottom: 4px;
}
.row-options:last-child {
  margin-bottom: 0px;
}
.row-options .ant-btn {
  margin-right: 4px;
}
.row-options .ant-btn:last-child {
  margin-right: 0;
}
.page-options {
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.normal-input {
  width: 180px;
}
.medium-input {
  width: 280px;
}

