/* #hall-companyDetail {
  border: 1px solid #eaeaea;
  height: 100vh;
} */

/* #hall-companyDetail .header .left,
#hall-companyDetail .header .right {
  width: 30px;
  text-align: center;
  font-size: 20px;
}
#hall-companyDetail .header .bottom {
  flex: 3;
  text-align: center;
}
#hall-companyDetail img {
  vertical-align: center;
}

#hall-companyDetail .container {
  display: flex;
}

#hall-companyDetail .top {
  padding: 5px;
  overflow: hidden;
  height: 100px;
}
#hall-companyDetail .top .right {
  text-align: center;
  position: relative;
}
#hall-companyDetail .top .right h3 {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

#hall-companyDetail .hallNumber {
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #f6bf4f;
  color: #fff;
  margin-left: -1px;
}

#hall-companyDetail .hallNumber .boothNumber {
  margin-left: 5px;
}

#hall-companyDetail .introduce h3 {
  border: 1px solid #eaeaea;
  padding: 5px;
  margin: 0 -1px;
}

#hall-companyDetail .introduce .content {
  line-height: 1.5;
  padding: 5px;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  margin: 0 -1px;
}
#hall-companyDetail .introduce .content .empty {
  position: relative;
  height: 100px;
}

#hall-companyDetail .introduce .content .low {
  position: relative;
  height: 50px;
}

#hall-companyDetail .introduce .content .empty > h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.2;
}
#hall-companyDetail .product_preview:hover {
  background-color: #eaeaea;
}

#hall-companyDetail .product_preview h3 {
  border: 1px solid #eaeaea;
  padding: 5px;
  margin: 0 -1px;
  color: #666;
}

#hall-companyDetail .product_preview h3.noTop {
  border-top: 0;
}

#hall-companyDetail .product_preview span {
  color: #f6bf4f;
  float: right;
  padding-right: 10px;
}*/

.hallBreadcrumbs{
  margin: 0 auto;
  max-width: 1100px;
  background: #f8f8f8;
  height: 40px;
  width: 100%;
  margin-top: 30px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.5em;
  padding: 10px 10px;
  box-sizing: border-box;
  color: #f39800;
}

.hallBreadcrumbs a{
  color: #f39800;
  text-decoration: none;
} 

#hall-companyDetail{
  margin-top: 30px;
  margin-bottom: 25px;
}

.companyDetail-title{
  font-size: 18px;
  color: #333333;
  margin-bottom: 25px;
}

.companyDetail-box{
  width: 100%;
  border: 1px solid #dbdcdc;
  display: inline-block;
}

.companyDetail-info{
  width: 25%;
  border-right: 1px solid #dbdcdc;
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
  float: left;
}
.companyDetail-logo img{
  width: 160px;
  height: 100px;
  margin: 0 auto;
}
.companyDetail-text{
  padding-top: 30px;
  font-size: 14px;
}
.companyDetail-name{
  line-height: 25px;
  font-weight: 700;
  color: #333333;
}
.companyDetail-booth{
  margin: 5px 0;
  line-height: 25px;
}
.companyDetail-website{
  margin: 5px 0;
  line-height: 25px;
}
.profile-box{
  width: 75%;
  float: left;
  /* border-left: 1px solid #dbdcdc; */
  box-sizing: border-box;
}
.companyDetail-profile{
  width: 100%;
  height: 60px;
  padding: 18px;
  border-bottom: 1px solid #dbdcdc;
  font-size: 14px;
  box-sizing: border-box;
}
.profile-title{
  float: left;
}
.profile-more{
  float: right;
  width: 80px;
  height: 26px;
  background: #fbb03b;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}

.profile-more a{
  color: #ffffff;
}

.profile-content{
  padding: 16px;
  margin-top: 10px;
  box-sizing: border-box;
}
/* .profile-overflow{
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
} */


@media (max-width: 768px){
  .hallBreadcrumbs{
    margin-top: 65px;
  }
  .main-center{
    padding: 0 10px;
  }
  .companyDetail-info{
    width: 100%;
  }
  .profile-box{
    width: 100%;
  }
  .companyDetail-info{
    border: none;
  }
  .companyDetail-profile{
    border-top: 1px solid #dbdcdc;
  }
}

/* @media screen and (min-width: 768px) {
  #hall-companyDetail .container.left {
    flex: 2;
  }

  #hall-companyDetail .container .right {
    flex: 3;
  }
  #hall-companyDetail .introduce .content .empty {
    height: 300px;
  }

  #hall-companyDetail .introduce .content .low {
    height: 100px;
  }
}

.modal {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: rgba(55, 55, 55, 0.6);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: none;
  transition: all 2s;
}
.modal .confirm {
  height: 100px;
  width: 200px;
  border-radius: 10px;
  text-align: center;
  line-height: 100px;
  background-color: #fff;
  color: #2d8cf0;
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%);
}
.modal-active {
  display: block;
}
.close {
  display: inline-block;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
}
.close span {
  display: block;
  height: 2px;
  width: 20px;
  background-color: #f29600;
  position: relative;
  margin-top: -2px;
}
.close .first {
  transform: rotate(45deg);
}
.close .second {
  transform: rotate(-45deg);
}
.bottom {
  height: 100px;
} */

