.exhibitor_list {
  padding: .24rem 0;
  height:calc(100vh - 3.8rem);
}

.exhibitor_list .swiper-slide {
  height: auto;
  margin-bottom: .24rem;
}

.exhibitor_list .item {
  margin: 0 .24rem;
  padding: .2rem;
  background-color: #fff;
  border-radius: .04rem;
}

.exhibitor_list .item .a {
  display: block;
}

.exhibitor_list .item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.exhibitor_list .item .head .img_wrap {
  margin-right: .2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1rem;
  height: 1rem;
  background-color: #f1f1f1;
}

.exhibitor_list .item .head .img_wrap img {
  width: 100%;
}

.exhibitor_list .item .head .cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.exhibitor_list .item .head .cont .tit {
  margin-bottom: .1rem;
  font-size: .28rem;
  color: #333;
  font-weight: bold;
}

.exhibitor_list .item .head .cont .mes {
  font-size: .26rem;
  color: #333;
}

.exhibitor_list .item .head .cont .mes span {
  color: #0276C9;
}

.exhibitor_list .item .head .btn {
  display: inline-block;
  height: .6rem;
  line-height: .6rem;
  padding: 0 .2rem;
  background-color: #0276C9;
  color: #fff;
  text-align: center;
}

.exhibitor_list .item .kind {
  margin: .2rem 0;
  height:1rem;
  overflow:hidden;
}

.exhibitor_list .item .kind span {
  display: inline-block;
  padding: 0 .15rem;
  margin-right: .1rem;
  margin-bottom: .15rem;
  background-color: #EEE;
  height: .42rem;
  line-height: .42rem;
  font-size: .24rem;
  color: #999;
}

.exhibitor_list .item .pic_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.exhibitor_list .item .pic_wrap .p_item {
  width: 33.33%;
  padding: 0 .1rem;
  margin-right: .1rem;
  max-height: 2rem;
  background-color: #f1f1f1;
  overflow: hidden;
}

.exhibitor_list .item .pic_wrap .p_item img {
  width: 100%;
}

.exhibitor_list .item .pic_wrap .p_item:last-child {
  margin-right: 0;
}

.exhibits_list {
  padding: .24rem 0;
  height: 100%;
}

.exhibits_list .swiper-slide {
  margin-bottom: .24rem;
  height: auto;
}

.exhibits_list .item {
  padding: .2rem;
  background-color: #fff;
}

.exhibits_list .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.exhibits_list .item .img_wrap {
  margin-right: .15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #f1f1f1;
}

.exhibits_list .item .img_wrap img {
  width: 100%;
}

.exhibits_list .item .cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.exhibits_list .item .cont .tit {
  font-weight: bold;
  font-size: .28rem;
  color: #333;
}

.exhibits_list .item .cont .mes {
  margin-top: .1rem;
  font-size: .28rem;
  color: #999;
}

.live_list {
  margin-top: .2rem;
  height: calc(100vh - 4.6rem);
}

.live_list.company {
  height: calc(100vh - 4.8rem);
}

.live_list .swiper-slide {
  margin-bottom: .24rem;
  height: auto;
}

.live_list .item {
  display: block;
  margin: 0 .24rem;
  background-color: #fff;
}

.live_list .item .img_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: center;
  background-color: #f1f1f1;
  overflow: hidden;
}

.live_list .item .img_wrap img {
  width: 100%;
}

.live_list .item .img_wrap .tip {
  padding: 0 .1rem;
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  height: .5rem;
  line-height: .5rem;
  font-size: .24rem;
  color: #fff;
  background-image: url(/img/imgwap/img204.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.live_list .item .img_wrap .tag {
  display: inline-block;
  position: absolute;
  top: .2rem;
  left: .2rem;
  height: .46rem;
  line-height: .46rem;
  text-align: center;
  width: 1.36rem;
  color: #fff;
  font-size: .24rem;
  border-radius: 360rem;
}

.live_list .item .img_wrap .tag i {
  margin-right: .03rem;
  font-size: .2rem;
}

.live_list .item .img_wrap .tag.red {
  background-color: #F40A0A;
}

.live_list .item .img_wrap .tag.gray {
  background-color: #999;
}

.live_list .item .img_wrap .tag.orange {
  background-color: #FF7300;
}

.live_list .cont {
  position: relative;
  padding: .2rem;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.live_list .cont .tit {
  font-size: .28rem;
  font-weight: bold;
  color: #333;
}

.live_list .cont .mes {
  margin-top: .1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-size: .24rem;
}

.live_list .cont .mes .label {
  color: #666;
}

.live_list .cont .btn {
  position: absolute;
  bottom: .24rem;
  right: .24rem;
  display: block;
  width: 1.45rem;
  height: .58rem;
  line-height: .58rem;
  color: #fff;
  text-align: center;
}

.purchase_list {
  margin-top: .24rem;
  height: calc(100vh - 5.8rem);
}

.purchase_list .swiper-slide {
  margin-bottom: .24rem;
  height: auto;
}

.purchase_list .item {
  display: block;
  margin: 0 .24rem;
  margin-bottom: .24rem;
  padding: .24rem;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.purchase_list .item .tit {
  margin-bottom: .25rem;
  font-size: .32rem;
  color: #333;
  font-weight: bold;
}

.purchase_list .item .mes {
  margin-bottom: .15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.purchase_list .item .mes .citem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.purchase_list .item .mes .label {
  color: #666;
}

.purchase_list .item .mes .cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
}

.purchase_list .item .mes .cont img {
  width: .2rem;
}

.purchase_list .item .action {
  margin-top: .24rem;
  padding: .24rem 0;
  padding-bottom: 0;
  text-align: right;
  border-top: 1px dashed #ddd;
}

.purchase_list .item .action .s1 {
  margin-right: .1rem;
  font-size: .24rem;
  color: #333;
}

.purchase_list .item .action .s1 font {
  margin: 0 .1rem;
  font-size: .28rem;
  color: #0276C9;
}

.purchase_list .item .action .s2 {
  display: inline-block;
  width: 1.6rem;
  height: .58rem;
  line-height: .58rem;
  background-color: #0276C9;
  color: #fff;
  text-align: center;
  font-size: .28rem;
}

.exhibition_global {
  position: relative;
  margin-bottom: .3rem;
  padding: .2rem;
  background-image: url(../img/imgwap/img210.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.exhibition_global::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 84, 192, 0.5);
}

.exhibition_global .tit {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .36rem;
  color: #fff;
  font-weight: bold;
}

.exhibition_global .dec {
  position: relative;
  z-index: 10;
  margin: .2rem 0 .4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.exhibition_global .dec .item {
  margin-right: .3rem;
}

.exhibition_global .dec .item span {
  display: block;
  color: #fff;
}

.exhibition_global .dec .item span.s1 {
  font-size: .28rem;
}

.exhibition_global .dec .item span.s2 {
  font-size: .2rem;
}

.exhibition_global .quote_message {
  position: relative;
  z-index: 10;
  height: 1.5rem;
  color: #fff;
}

.exhibition_global .quote_message .swiper-slide {
  opacity: .5;
  font-size: .2rem;
}

.exhibition_global .quote_message .swiper-slide-active {
  opacity: 1;
  font-size: .24rem;
}

.match_list {
  margin-top: .24rem;
  height: calc(100vh - 6rem);
}

.match_list .swiper-slide {
  margin-bottom: .24rem;
  height: auto;
}

.match_list .item {
  display: block;
  margin: 0 .24rem;
  margin-bottom: .24rem;
  padding: .24rem;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.match_list .item .tit {
  margin-bottom: .25rem;
  font-size: .32rem;
  color: #333;
  font-weight: bold;
}

.match_list .item .mes {
  margin-bottom: .15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.match_list .item .mes .label {
  color: #666;
}

.match_list .item .mes .cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
}

.match_list .item .mes .cont img {
  width: .2rem;
}

.match_list .item .action {
  margin-top: .24rem;
  padding: .24rem 0;
  padding-bottom: 0;
  text-align: right;
  border-top: 1px dashed #ddd;
}

.match_list .item .action .s1 {
  margin-right: .1rem;
  font-size: .24rem;
  color: #333;
}

.match_list .item .action .s1 font {
  margin: 0 .1rem;
  font-size: .28rem;
  color: #0276C9;
}

.list_tab_wrap {
  position: relative;
  height: auto;
}

.list_tab_wrap .item {
  margin-right: .3rem;
  padding: 0;
  font-size: .28rem;
  line-height: .5rem;
  font-weight:bold;
  color:#333;
}

.list_tab_wrap .item.active{
   border-bottom:2px solid #0276C9;
    color: #0276C9;
}

.kind {
  margin: .2rem 0;
}

.kind span {
  display: inline-block;
  padding: 0 .15rem;
  margin-right: .1rem;
  margin-bottom: .15rem;
  background-color: #EEE;
  height: .42rem;
  line-height: .42rem;
  font-size: .24rem;
  color: #999;
}

.mes {
  margin-top: .1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-size: .24rem;
}

.mes .label {
  color: #666;
}

.search_result {
  padding: 0 .24rem;
  line-height: .9rem;
  font-size: .26rem;
  color: #333;
}

.search_result font {
  margin: 0 .1rem;
  color: #0276C9;
}

.recommend_list {
  padding: .24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.recommend_list .item {
  margin-bottom: .2rem;
  width: 48%;
  background-color: #fff;
}

.recommend_list .item a {
  display: block;
}

.recommend_list .item .pro_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5rem;
  background-color: #f1f1f1;
}

.recommend_list .item .pro_img img {
  width: 100%;
}

.recommend_list .item .cont {
  padding: .1rem;
}

.recommend_list .item .cont .pro_name {
  font-weight: bold;
  font-size: .24rem;
  color: #333;
  height:.64rem;
}

.recommend_list .item .cont .mes1 {
  margin-top: .1rem;
  color: #666;
}

.recommend_list .item .cont .mes2 {
  margin-top: .2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #0276C9;
}

.recommend_list .item .cont .mes2 .price {
  color: #F10808;
  font-size: .28rem;
}
/*# sourceMappingURL=list.css.map */