

/* 整个滚动条 */
::-webkit-scrollbar {
  display: block ;
    /* 对应纵向滚动条的宽度 */
    width: 4px  ;
    /* 对应横向滚动条的宽度 */
    height: 4px;
}

/* 滚动条上的滚动滑块 */
::-webkit-scrollbar-thumb {
   display: block!important;
    background-color: #bbb;
    border-radius: 0.2rem;
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
   display: block!important;
    background-color: #f2f2f2;
    border-radius: 0.2rem;
}
img{
  /* vertical-align : middle ;  */

}
.table-container {
  width: 100%;
  overflow-x: auto;
  color: #606266;
  font-size: 0.18667rem;
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
}

.custom-table.border th,
.custom-table.border td {
  text-align: center;
  border: 1px solid #ebeef5;
  line-height: 0.30667rem;
  padding: 0.16rem 0.13333rem;
}

.custom-table th {
  border: none;
  background-color: rgb(236, 236, 236);
  color: #909399;
  font-weight: 600;
}

.custom-table.stripe tr.stripe-row {
  background-color: #fafafa;
}

.custom-table tr:hover {
  background-color: #f5f7fa;
}
  .collect-list-selete {
  background-color: #f8f7f5 !important;
  min-width: 278px !important;
  text-align: center;


}
.collect-list-selete[x-placement^="bottom"] {
  margin-top: -16px !important;
  margin-left: 52px !important;
}

.collect-list-selete .el-select-dropdown__item.hover {
  background-color: #f3eee2 !important;
}
.collect-list-selete .el-select-dropdown__item.selected {
  color: #9c7840 !important;
}
.collect-list-selete .el-select-dropdown__item {
  color: #7a6551 !important;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
}
  #pc-web {
  	background: url(@/static/image/banner3.png);
  	background-size: 100% auto;
  	background-repeat: no-repeat;
  	overflow: hidden;
  	background-position: 0px 250px;
  }

.ellipsis{
  white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}

li:hover{
  cursor: pointer;
}
.more:hover{
  cursor: pointer;
}


@font-face {
  font-family: 'HarmonyOS_Sans_SC_Black';
  src: url('../HarmonyOS_Sans/HarmonyOS_Sans_SC_Black.ttf');
}
@font-face {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  src: url('../HarmonyOS_Sans/HarmonyOS_Sans_SC_Bold.ttf');
}
@font-face {
  font-family: 'HarmonyOS_Sans_SC_Light';
  src: url('../HarmonyOS_Sans/HarmonyOS_Sans_SC_Light.ttf');
}
@font-face {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  src: url('../HarmonyOS_Sans/HarmonyOS_Sans_SC_Medium.ttf');
}
@font-face {
  font-family: 'HarmonyOS_Sans_SC_Regular';
  src: url('../HarmonyOS_Sans/HarmonyOS_Sans_SC_Regular.ttf');
}
@font-face {
  font-family: 'HarmonyOS_Sans_SC_Thin';
  src: url('../HarmonyOS_Sans/HarmonyOS_Sans_SC_Thin.ttf');
}

.loading .el-loading-spinner  i{


        font-size: 30px;

}
