/*
 * @Description: 芝麻微客公共样式
 * @Autor: star
 * @Date: 2020-11-13 16:51:46
 * @LastEditTime: 2020-12-30 16:07:54
 */
/*左浮动*/
.wk-fl{
  float:left
}
/*右浮动*/
.wk-fr{
  float:right
}
.wk-clear-both::after{
  clear: both;
  content:""
}
.wk-white-100-text{
  color:rgba(255, 255, 255, 1);
}
.user-name_elipps{
  max-width: 60px;
  overflow: hidden;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wk-white-90-text{
  color:rgba(255, 255, 255, 0.9)
}
.wk-white-60-text{
  color:rgba(255, 255, 255, 0.6)
}
.wk-black-100-text{
  color:rgba(0, 0, 0,1)
}
.wk-black-85-text{
  color:rgba(0, 0, 0, 0.85);
  margin-bottom: 0;
}
.wk-black-65-text{
  color:rgba(0, 0, 0, 0.65)
}
.wk-black-45-text{
  color: rgba(0, 0, 0, 0.45);
}
.wk-black-25-text{
  color: rgba(0, 0, 0, 0.25);
}
.wk-primary-text{
  color:#1890ff
}
.wk-content-1200{
  width: 1200px;
  margin: 0 auto;
}
.wk-copy-write{
  color: rgba(0, 0, 0, 0.45);
  font-size:14px;
}
.wk-text-center{
  text-align: left;
}
.wk-text-center{
  text-align: center;
}
.wk-text-right{
  text-align: right;
}
.wk-text-require::after{
  content:"\ff08\5fc5\586b\ff09";
  font-size: 14px;
  color:rgba(0, 0, 0, 0.45);
}
.wk-text-clear .ant-form-item-label>label:after{
  content:"" !important;
  /*font-size: 14px;*/
  /*color:rgba(0, 0, 0, 0.45);*/
}
.wk-bg-white{
  background-color: #ffffff;
/**
 * @Description: flex布局样式
 * @Autor: star
 */
}
.third-open-data{
  display:flex;
  flex-direction: row;
  align-items: center;
}
.wk-flex1{
  display: flex;
  align-items: center;
}
.wk-inline-flex1{
  display: inline-flex;
  align-items: center;
}
.wk-flex-item{
  flex:1
}
/**
 * @Description: 点击选择框
 * @Autor: star
 */
.wk-select-item{
  display: flex;
  align-items: center;
  padding: 23px;
  margin-bottom: 20px;
  width: 420px;
  box-sizing: border-box;
  border: 1px solid rgba(221, 221, 221, 1);
  text-align: left;
  cursor: pointer;
}

.wk-select-item:last-child{
  margin-bottom: 0;
}
.wk-select-item > .wk-flex-item{
  margin-left: 10px;
}
.wk-select-item.selected{
  border-color: rgba(24, 144, 255, 1);
}
.wk-select-item.selected::after{
  content: "";
  display: block;
  background-image: url("/static/image/access/selected.png");
  width: 16px;
  height: 16px;
}
.wk-page{
  background-color: #ffffff;
  padding: 16px 24px;
  max-height: 100%;
  overflow: auto;
  width: 100%;
  border-radius: 2px;
}
.wk-page .wk-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wk-tab-panel{
  padding: 16px 48px 16px 24px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 2px;
  border: 1px solid #D9D9D9;
}
/**
 * @Description: 滚动条样式
 * @Autor: star
 */

*::-webkit-scrollbar {
  width: 6px;
  height: 6px
}

*::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #c8c8c8;
  cursor: pointer
}

*::-webkit-scrollbar-thumb:hover {
  background: #bebebe
}

*::-webkit-scrollbar-thumb:active {
  background: #b0b0b0
}
/**
 * @Description: 按钮
 * @Autor: star
 */
 .wk-sync-btn{
   display: flex;
   align-items: center;
   cursor: pointer;
 }
 .wk-sync-btn:hover{
   color: #40a9ff;
 }
.wk-sync-btn::before{
  content:'';
  background-image: url("/static/image/sync.png");
  width: 16px;
  height: 17px;
  margin-right: 5px;
}
.w70{
  width:70%;
}
/**
 * @Description: 小程序卡片消息
 */
.wk-card-message > .title::before{
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(/favicon.ico);
  vertical-align: middle;
  background-size: 100% 100%;
  margin-right: 3px;
}
.wk-card-message > .miniprogram-sign::before{
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(/static/image/miniprogram.jpg);
  vertical-align: middle;
  background-size: 100% 100%;
  margin-right: 3px;
}
.wk-card-message > img{
  height:110px
}
.wk-action-td>.ant-btn:last-child{
  padding-right: 0;
}
.tab-bar .ant-tabs-bar{
  margin:0 !important;
}

/**
 * antd-样式覆盖
 */
.ant-btn-primary {
  background-color: #2475fc;
  border-color: #2475fc;
}
.ant-btn-primary:hover {
  background-color: #2475fc;
  border-color: #2475fc;
  opacity: .8;
}
.ant-btn-link {
  color: #2475fc;
}
.ant-btn-link:hover {
  color: #2475fc;
  opacity: .7;
}
