.inquiryPage {
  margin: 30px auto 40px;
}
.inquiry-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inquiry-header .shadowInquiryBtn {
  position: absolute;
  right: 0;
  opacity: 0;
  cursor: not-allowed;
}
 .inquiry-table-header {
  display: flex;
  align-items: center;
  height: 40px;
  line-height: 40px;
  background: #F5F6F7;
  margin-top: 16px;
}
.inquiry-table-header .del-all {
  cursor: pointer;
  margin-left: 42px;
}
.inquiry-table label {
  padding: 0 10px 0 16px;
  margin: 0;
  cursor: pointer;
}
.inquiry-table label input{
  width: 16px;
  height: 16px;
  margin: 0;
  outline: none;
  cursor: pointer;
}
.inquiry-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 97px;
  border-bottom: 1px solid #e8e8e8;
}
.inquiryListNull {
  width: 100%;
  height: 97px;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
  line-height: 97px;
}
.inquiry-item .inquiry-item-left {
  display: flex;
  align-items: center;
  flex: 0 0 45%;
  width: 45%;
}
.inquiry-item .inquiry-item-left img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  flex: 0 0 56px;
}
.inquiry-item .inquiry-item-left .inquiry-item-left-desc {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  margin-left: 10px;
}
.inquiry-item .inquiry-item-left .inquiry-item-left-desc .detail {
  font-size: 14px;
  line-height: 17px;
  color: #111111;
  word-break: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}
.inquiry-item .inquiry-item-left .inquiry-item-left-desc .price, 
.inquiry-item .inquiry-item-left .inquiry-item-left-desc .skuList {
  height: 17px;
  font-size: 14px;
  color: #777777;
  line-height: 17px;
  flex: 0 0 100%;
  margin-bottom: 5px;
}
.inquiry-item .inquiry-item-center {
  display: flex;
  flex: 0 0 20%;
  width: 20%;
}
.inquiry-item .inquiry-item-center span {
  border: 1px solid #E05248;
  color: #E05248;
  border-radius: 2px;
  width: 96px;
  height: 24px;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
}
.inquiry-item .inquiry-item-right {
  flex: 0 0 25%;
  width: 25%;
  justify-content: space-between;
  position: relative;
  display: flex;
  align-items: center;
  height: 56px;
  font-size: 14px;
  color: #111111;
  line-height: 20px;
}
.inquiry-item .inquiry-item-right input{
  width: 90px;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  margin-right: 10px;
  padding-left: 5px;
}
.inquiry-item .inquiry-item-right span{
  margin-right: 16px;
  cursor: pointer;
}
.selectDataHeader {
  display: flex;
  height: 34px;
  background: #F5F6F7;
  cursor: pointer;
  line-height: 34px;
  padding: 0 10px;
  justify-content: space-between;
}
.inquiryListDialog{
  transition: all 0.3s ease 0s;
  margin-bottom: 20px;
}
.openProList {
  height: 194px;
  overflow: auto;
}
.closeProList {
  height: 97px;
  overflow: hidden;
}
.inquiryListDialog .inquiry-item .inquiry-item-left {
  flex: 0 0 60%;
  width: 60%;
}
.inquiryListDialog .inquiry-item .inquiry-item-right {
  flex: 0 0 15%;
  width: 15%;
}
.inquiryPagination {
  display: flex;
  justify-content: center;
}
.inquiryPagination .inquiryPaginationBtn {
  margin: 30px 2.5px 0;
  height: 32px;
  width: 32px;
  background-color: #ffffff;
  color: var(--pageBtn);
  border: 1px solid var(--pageBtn);
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.inquiryPagination .inquiryPaginationBtnActive, .inquiryPagination .inquiryPaginationBtn:hover{
  background-color: var(--pageBtn);
  color: #ffffff;
}
#inquiryModal .contactDiglog {
  width: 600px;
  padding: 24px 20px 0px;
  margin: 5% auto;
}
#inquiryModal .contactDiglog .contact-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
#inquiryModal .contactDiglog .contact-header .modal-header-title {
  font-size: 20px;
  font-weight: 500;
  color: #222222;
  line-height: 30px;
}
#inquiryModal .contactDiglog .contact-header i {
  cursor: pointer;
  color: #999999;
  font-size: 18px;
}
#inquiryModal .contactDiglog .contactContent {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
  margin-bottom: 30px;
}
#inquiryModal .contact .contactItem {
  position: relative;
}
#inquiryModal .contact .contactItem p{
  position: absolute;
  padding: 0;
  font-size: 12px;
  bottom: -28px;
  line-height: 12px;
  color: red;
}
#inquiryModal .productFileUp #inquiryFile{
  display: none;
}
#inquiryModal .filesList{
  width: 320px;
  margin-bottom: 10px;
}
#inquiryModal .filesList .filesItem{
  display: flex;
  justify-content: space-between;
  height: 24px;
  line-height: 24px;
  padding-right: 5px;
}
#inquiryModal .filesList .filesItem:hover {
  background-color: #F5F6F7;
}
#inquiryModal .filesList .filesItem .icon-Tick_circle{
  display: block;
  color: #67c23a;
}
#inquiryModal .filesList .filesItem:hover .icon-Tick_circle{
  display: none;
}
#inquiryModal .filesList .filesItem .icon-closed_circle{
  cursor: pointer;
  display: none;
  color: #f56c6c;
}
#inquiryModal .filesList .filesItem:hover .icon-closed_circle{
  display: block;
}
.inquiryLoading {
  animation: box 2s;
  animation-iteration-count: 1;
  opacity: 1;
}
@keyframes box {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .inquiryPage {
    margin: 30px auto 40px!important;
  }
  .inquiry-item {
    height: 155px;
    flex-flow: wrap;
  }
  .inquiry-item .inquiry-item-left,
  .inquiry-item .inquiry-item-center,
  .inquiry-item .inquiry-item-right {
    flex: 0 0 100%;
  }
  #inquiryModal .contactDiglog {
    width: calc(100vw - 30px);
  }
  #inquiryModal .filesList {
    width: calc(100vw - 70px);
  }
}