//高翔
//标签顶高度
.tab_margintop{
  .el-tabs__header.is-top{
    margin-top: 25px;
   }
}

//不带标签的详情页
.detail_header {
  font-size: 18px;
  font-weight: bold;
  color: #ceab70;
}

.detail_header-two {
  font-size: 14px;
  color: #333;
  margin-top: 15px;
  margin-bottom: 15px;
}

.detail_title {
  font-size: 16px;
  font-weight: bold;
  // margin-top: 15px;
  margin-bottom: 15px;
}

.detail_content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  padding-left: 40px;
  color: #333;
  font-size: 14px;
  &>div{
    margin-bottom: 15px;
  }
  .detail-wrap {
    display: flex;
    .detail-wrap-lable {
      flex: 0 0 140px;
      // width: 140px;
      text-align: right;
    }
  }
  
  @media screen and (min-width: 1200px) {
    .detail-wrap {
      width: 50%;
    }
  }

  @media screen and (min-width: 1920px) {
    .detail-wrap {
      width: 33%;
    }
  }
}

.el-button-gao.is-disabled{
  background-color: #fff !important;
     border: none;
 display: contents;
 }



//其他