.el-table__expand-icon {
  display: none;
}
.el-table .cell {
  font-size: .875rem;
}
.el-table__expanded-cell[class*=cell] {
  padding: 30px;
}

.expand-detail {
  border-radius: 1rem;
  border: 1px solid #F3F3F3;
}

.expand-detail-item {
  display: grid;
  grid-template-columns: 12.5rem auto;
  border-bottom: 1px solid #F3F3F3;

}

.expand-detail-item:last-child {
  border-bottom: 0
}

.expand-detail-item__l {
  padding: 1rem;
  font-size: .875rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #303133;
  line-height: 1.25rem;
  background-color: #FAFAFA;
  display: flex;
  justify-content: center;
  align-items: center;
}

.expand-detail-item__r {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 1rem 0;
  padding-left: 3.75rem;
  row-gap: .625rem;
  column-gap: 1.875rem;
  border-bottom: 1px solid #F3F3F3;
}

.expand-detail-flex {
  font-size: .875rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 1.25rem;
}

.expand-detail-flex-label {
  color: #727272;
}

.expand-detail-flex-value {
  color: #303133;
  font-size: .875rem;
  line-height: 1.25rem;
}

.recommend {
  cursor: pointer;
  user-select: none;
}

.port-top {
  background-size: 100% 100%;
}

.port-top__search .el-input.el-input--suffix .el-input__inner {
  padding-right: 1.625rem;
}

.port-top__search .el-input.el-input--suffix .el-input__suffix {
  right: 0;
}

.el-table .cell {
  line-height: 1.25rem;
  word-break: unset;
  overflow: unset;
  text-overflow: unset;
}

.catagory-body__title {
  padding-left: 0;
}

.el-collapse-item__header {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.el-collapse-item__arrow {
  margin-left: 1.875rem;
  margin-right: 10px;
}

.catagory-body__content>div a {
  margin-left: 4px;
}
.air_top_mock{
  display: none;
}
.port-result__body{
  display: block;
}
.catagory-body .catagory_box{
  /* height: 3.375rem; */
  height: auto;
  overflow: hidden;
  font-family: PingFangSC-Regular, PingFang SC;
  border-bottom: 1px solid #e0e0e0;
}
.catagory-body .catagory_box i{
  margin-left: 1.5rem;
}
.catagory-body .catagory_box .is-active{
  display: inline-block;
}
.catagory-body .catagory_box .no-active{
  display: none;
}
.catagory-body .catagory_box.hid{
  height: 3.375rem;
}
.catagory-body .catagory_box.hid .catagory_title .is-active{
  display: none;
}
.catagory-body .catagory_box.hid .catagory_title .no-active{
  display: inline-block;
}
.catagory-body .catagory_box .catagory_title{
  border-bottom: 1px solid #e0e0e0;
  line-height: 3.3rem;
  font-weight: 700;
  color: #1c1d1e;
  font-size: 1rem;
  cursor: pointer;
}
.catagory-body .catagory_box .catagory_title:hover{
  color: #319653;
}
.catagory-body .catagory_box .catagory_title span{
  margin-left: -5px;
}
.catagory-body .catagory_box .catagory_item{
  cursor: pointer;
}
.catagory-body .catagory_box .catagory_item .catagory_txt{
  padding: 0.75rem 3.125rem;
  border-bottom: 1px solid #eee;
  font-size: 1rem;
  font-weight: 400;
  color: #555555;
  line-height: 1.5rem;
}
.catagory-body .catagory_box .catagory_item .catagory_txt:hover{
  color: #319653;
  font-weight: bold;
}
.catagory_tabhed{
  text-align: left;
  padding-left: 40px;
  font-size: .875rem;
  font-weight: bold;
}
.catagory_tabhed span{
  margin-right: 90px;
}
.catagory-body .catagory_prod .catagory_item .catagory_txt, .catagory-body .catagory_prod .catagory_title{
  font-size: 0.875rem !important;
}
.catagory-body .catagory_prod .catagory_item .catagory_txt{
    display: flex;
}
.catagory_prod .catagory_title{
  display: flex;
}
.catagory_prod .catagory_i{
  flex: 0 0 3.425rem;
}
.catagory_prod .catagory_code{
  display: flex;
}
.catagory_prod .catagory_code .tit_code{
  flex: 0 0 145px;
}
.catagory_prod .c_code{
  color: #319653;
  width: 140px;
  flex: 0 0 140px;
  display: inline-flex;
}
.catagory_prod .tit_code{
  color: #333333;
  font-weight: bold;
  width: 145px;
  display: inline-block;
}
.catagory_prod .ms{
  color: #606266;
}
.table-empty{
  text-align: center;
}
.table-empty img{
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  .el-collapse-item__arrow {
      margin-left: .875rem;
      margin-right: 10px;
  }

  .catagory-body__content>div a {
      margin-left: 0px;
  }

  .el-table__expanded-cell[class*=cell] {
      padding: 0;
  }

  .expand-detail-item {
      display: grid;
      grid-template-columns: 8.5rem auto;
      border-bottom: 1px solid #F3F3F3;

  }

  .expand-detail {
      border-radius: 0;
      overflow: auto;
  }

  .expand-detail-item__r {
      padding-left: 1.25rem;
      padding-right: 0.5rem;
  }
  .port-top {
      background-size: 100% 100%;
  }
  .air_top_mock{
      display: block;
  }

}
.country-detail .country-name {
  margin-left: 7px;
}

.el-table.el-table2  th>.cell {
  padding-left: 40px;
}

.el-table2 table col[name='el-table_1_column_1'] {
  width: 160px;
}
.is-title{
  cursor: pointer;
}
.is-title:hover .cell{
  color: #319653 !important;
}
.port-result__body{
  display: block;
}
.product_des{
  padding-left: 20px;
}

@media (max-width: 768px) {
  .el-table2 table col[name='el-table_1_column_1'] {
      width: auto;
  }

  .el-table .cell {
      padding-left: 10px;
      line-height: 1.5rem;
  }

  .el-table .cell .el-table__placeholder,
  .el-table .cell .white-block {
      display: none !important;
  }

  .el-table.el-table2 th>.cell {
      padding-left: 10px;
  }
  .product_des{
      padding-left: 0;
  }

}














.content{
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #cdd3d9;
  border-top: 1px solid #cdd3d9;
}
.content .content_item{
  display: flex;
  border-right: 1px solid #cdd3d9;
  border-bottom: 1px solid #cdd3d9;
  width: 50%
}
.content .content_item:hover{
  background: #f5f5f5;
}
.content .content_item .content_name{
  background: #f5f5f5;
  border-right: 1px solid #cdd3d9;
  width: 160px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  padding: 0 10px;
  /* text-align: center; */
}
.content .content_item .content_value{
  padding: 16px;
  width: calc(100% - 160px);
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {

  
  .port-result__body{
      display: block;
  }
  .content .content_item{
      width:100%
  }
  .content .content_item .content_name{
      width: 110px;
  }
  .content .content_item .content_value{
      padding: 10px;
      width: calc(100% - 110px);
  }
  .catagory_tabhed{
    padding-left: 25px;
  }
  .catagory_tabhed span{
    margin-right: 0;
  }
  .catagory_tabhed span:first-child{
    margin-right: 26px;
  }
  .catagory_tabhed span:last-child{
    line-height: 22px;
    padding: 10px 0;
  }
  .catagory-body .catagory_box .catagory_title span{
    margin-left: 0;
  }
  .catagory-body .catagory_box .catagory_title span:last-child{
    line-height: 22px;
    padding: 10px 0;
  }
  .catagory_prod .catagory_title .catagory_code .ms{
    line-height: 22px;
    padding: 10px 0;
  }
  .catagory_prod .catagory_i{
    margin-left: -16px;
    flex: 0 0 auto;
  }
  .catagory_prod .catagory_code .tit_code{
    flex: 0 0 80px;
  }
  .catagory-body .catagory_box .catagory_item .catagory_txt{
    padding: 10px;
  }
  .catagory_prod .c_code{
    width: 98px;
    flex: 0 0 98px;
  }
}