html,
#app,
body {
  background: #ffffff;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  position: relative;
}
.header {
  width: 100%;
  height: 71px;
  line-height: 71px;
  background: #0D84D8;
  padding: 0 54px;
}
.header img {
  width: 40px;
  height: 40px;
  display: inline-block;
}
.header b {
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 600;
  margin-left: 15px;
  margin-right: 10px;
}
.header span {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 400;
}
.content {
  flex: 1;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.content .c-pc {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0 54px;
}
.content .c-pc .c-tilt {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}
.content .c-pc .table-list-group {
  overflow-x: auto;
  overflow-y: hidden;
  flex: 1;
  display: flex;
}
.content .c-pc .table-list-group .table-group {
  overflow-x: visible;
  overflow-y: visible;
  display: flex;
  flex-direction: column;
}
.content .c-pc .table-list-group .table-list-header {
  background: #E9EDF3;
  height: 40px;
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
}
.content .c-pc .table-list-group .table-list-header b {
  opacity: 0.6;
  font-family: PingFangSC-Semibold;
  font-size: 13px;
  color: #42505A;
  font-weight: 600;
  display: inline-block;
  width: 80px;
  text-align: center;
  overflow: hidden;
  -webkit-box-orient: vertical;
  padding: 0 12px;
  line-height: 39px;
  white-space: nowrap;
  border-right: 1px solid #ddd;
}
.content .c-pc .table-list-group .table-list-header b:nth-last-child(1) {
  border: 0;
}
.content .c-pc .table-list-group .table-list-header > b:first-child {
  width: 50px;
}
.content .c-pc .table-list-group .table-list-content {
  overflow-y: auto;
  overflow-x: visible;
  flex: 1;
}
.content .c-pc .table-list-group .table-list-content .table-list-item {
  height: 41px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.content .c-pc .table-list-group .table-list-content .table-list-item span {
  display: inline-block;
  width: 80px;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  padding: 0 12px;
  border-right: 1px solid #ddd;
  height: 41px;
  line-height: 41px;
}
.content .c-pc .table-list-group .table-list-content .table-list-item span:nth-child(1) {
  border-left: 1px solid #ddd;
}
.content .c-pc .table-list-group .table-list-content .table-list-item .e-iamge {
  width: 30px;
  height: 30px;
  display: inline-block;
}
.content .c-pc .table-list-group .table-list-content .table-list-item > span:first-child {
  width: 50px;
}
.content .c-pc .table-list-group .table-list-content .table-list-item {
  background: #FFFFFF;
}
.content .c-pc .table-list-group .columnWidth240 {
  width: 240px !important;
  text-align: left !important;
}
.content .c-pc .table-list-group .columnWidth180 {
  width: 180px !important;
  text-align: left !important;
}
.content .c-pc .table-list-group .columnPosition {
  text-align: right !important;
}
.content .c-pc .table-list-group .simplenameSty {
  color: #0D84D8 !important;
}
.content .c-app {
  flex: 1;
  padding: 10px;
  overflow: auto;
}
.content .c-app .product {
  display: flex;
  padding: 0px 0 0 10px;
  align-items: center;
}
.content .c-app .product .product_index {
  opacity: 0.3;
  font-family: Roboto-Regular;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  text-align: left;
  font-weight: 550;
  padding: 0 10px 0 0;
}
.content .c-app .product .product_content {
  padding: 5px 0;
  border-bottom: 0.5px solid #E0E9F2;
  display: flex;
  align-items: center;
  min-height: 40px;
  flex: 1;
  overflow: hidden;
}
.content .c-app .product .product_content .product_checked {
  min-width: 45px;
  width: 45px;
}
.content .c-app .product .product_content .product_checked img {
  width: 100%;
  height: 100%;
  max-width: 45px;
}
.content .c-app .product .product_content .product_checked .uncheck {
  opacity: 0.1;
}
.content .c-app .product .product_content .product_list {
  display: flex;
  flex-direction: column;
  padding: 0 5px;
  flex: 1;
  overflow: hidden;
}
.content .c-app .product .product_content .product_list .product_title {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.content .c-app .product .product_content .product_list .product_title > div:first-child {
  font-weight: 550;
  font-family: PingFangSC-Semibold;
  font-size: 13px;
  color: #000000;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70%;
  display: block;
}
.content .c-app .product .product_content .product_list .product_title > div:last-child {
  opacity: 0.6;
  font-family: Roboto-Regular;
  font-size: 12px;
  color: #000000;
  letter-spacing: 0;
  text-align: right;
  width: 30%;
}
.content .c-app .product .product_content .product_list .product_title .pro_price::before {
  content: '￥';
  padding: 0px 1px;
}
.content .c-app .product .product_content .product_list .product_text {
  opacity: 0.8;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #000000;
  letter-spacing: 0;
  /* 允许换行，超过3行可滚动 */
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
  max-height: 3.6em; /* 3行的高度 (1.2em * 3) */
  line-height: 1.2em;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
}
.content .c-app .product .product_content .product_list .product_text span {
  display: inline-block;
  flex: 1;
  padding: 0 5px;
}
.footer {
  height: 49px;
  width: 100%;
  line-height: 49px;
  background: #F6F9FC;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #000000;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
}
.resources-details-group {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.resources-details {
  width: 350px;
  background: #ffffff;
  height: 100%;
  position: absolute;
  right: -360px;
  top: 0;
  overflow: hidden;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
}
.go-back-icon {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1000;
  width: 40px;
  height: 40px;
  opacity: 0.5;
}
.change-btn {
  width: 40px;
  height: 40px;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  z-index: 1000;
  margin-top: -20px;
}
.change-btn-left {
  left: 12px;
}
.change-btn-right {
  right: 12px;
}
.resources-details-count {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.No-picture {
  height: 300px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #475669;
}
.No-picture img {
  height: 100%;
}
.el-carousel__item h3 {
  color: #475669;
  font-size: 14px;
  opacity: 0.75;
  line-height: 150px;
  margin: 0;
}
.el-carousel__item:nth-child(2n) {
  background-color: #99a9bf;
}
.el-carousel__item:nth-child(2n+1) {
  background-color: #d3dce6;
}
.caource {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.el-image {
  width: 100%;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.el-image img {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
.product-name {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.el-carousel__button {
  width: 12px !important;
}
.zy-data {
  background-color: #fff;
}
.ispc {
  background-color: #fff;
  padding: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.zy-data .eq-list-group {
  padding: 0 15px;
}
.zy-data .eq-falid-list {
  padding: 10px 0;
  font-size: 12px;
  color: #353535;
  display: flex;
  display: -webkit-flex;
  border-bottom: 1px solid #ccc;
}
.zy-data .eq-falid-simplename {
  font-size: 16px;
  width: 100%;
  padding: 10px 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.zy-data .eq-falid-amount {
  font-size: 13px;
  color: #909099;
  padding: 0 15px 10px 15px;
}
.zy-data .eq-title {
  height: 50px;
  line-height: 42px;
  font-size: 14px;
  font-weight: 600;
  padding-left: 15px;
  border-top: 8px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.zy-data .eq-falid-list span {
  font-size: 13px;
}
.zy-data .eq-falid-list span.tit {
  width: 80px;
  min-width: 80px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  opacity: 0.4;
  font-family: PingFangSC-Regular;
  color: #000000;
  text-align: left;
}
.zy-data .eq-falid-list span.con {
  min-width: 60px;
  align-self: center;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: PingFangSC-Regular;
  color: #000000;
}
@media (max-width: 768px) {
  .c-pc {
    display: none !important;
  }
  .c-app {
    display: block;
  }
  .go-back-icon {
    display: block;
  }
  .header {
    padding-left: 10px;
  }
  .resources-details {
    width: 100%;
    right: -100%;
  }
}
@media (min-width: 768px) {
  .c-app {
    display: none;
  }
  .go-back-icon {
    display: none;
  }
  .c-pc {
    display: block;
  }
  .resources-details {
    width: 430px;
    right: -440px;
  }
}
@media all {
  .resources-details-block {
    right: 0;
    transition: 0.5s;
  }
}
