body {
  background: #f9f9f9;
}
body .wrapper .header-section {
  width: 100%;
  position: fixed;
  z-index: 9;
  opacity: 0.9;
  background-color: #ffffff;
  box-shadow: 0px 1px 1px 0px rgba(41, 41, 41, 0.15);
  display: none;
}
body .wrapper .header-section .mobile-header .left {
  display: none;
}
.exhibition-index-section {
  display: none;
}
.mobile-exhibition-index-section {
  padding: 0vw 2.66667vw 0 2.66667vw;
}
.mobile-exhibition-index-section .exhibition-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #ffffff;
  margin: 0vw -2.66667vw 0 -2.66667vw;
  padding: 0 4vw;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.11);
  border-radius: 0px 0px 2.66667vw 2.66667vw;
}
.mobile-exhibition-index-section .exhibition-header .condition {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 4.66vw 0;
  border-bottom: 1px #EFE9E6 solid;
}

.mobile-exhibition-index-section .exhibition-header .condition:last-child {

  border-bottom: 0px;
}

.mobile-exhibition-index-section .exhibition-header .condition .label {
  font-weight: bold;
  font-size: 3.73vw;
  color: #000000;
}
.mobile-exhibition-index-section .exhibition-header .condition .sub-item {

}
.mobile-exhibition-index-section .exhibition-header .condition .sub-item  a{
  font-weight: 500;
  font-size: 3.46667vw;
  color: #FF5A00;
}
.mobile-exhibition-index-section .exhibition-header .condition .sub-item  i{
  font-size: 3.46667vw;
  margin-left: 3.3333vw;
  font-weight: bold;
}

.mobile-exhibition-index-section .exhibition-header .condition .sub-item .mobile-all-selected{
  color: #126DB3;
}

.mobile-exhibition-index-section .main-panel .expo-no-answer-content{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9.86vw 0;
}
.mobile-exhibition-index-section .main-panel .expo-no-answer-content .no-answer-img{
  width: 15.6vw;
}
.mobile-exhibition-index-section .main-panel .expo-no-answer-content .no-answer-img img{
  width: 100%;
}
.mobile-exhibition-index-section .main-panel .expo-no-answer-content .tips{
  font-weight: 500;
  font-size: 3.2vw;
  color: #666666;
  line-height: 4.8vw;
  text-align: left;
  margin-left: 2.53vw;
}
.mobile-exhibition-index-section .main-panel .expo-no-answer-content .tips a{
  color: #126DB3;
  text-decoration: underline;
}

.mobile-exhibition-index-section .main-panel .breadcrumbs {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 2.66vw 2.66vw 0 0;
  font-size: 3.73vw;
  color: #000000;
  font-weight: 500;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  margin-bottom: -3.46vw;
}

.mobile-exhibition-index-section .main-panel .breadcrumbs::before {
  content: '';
  display: block;
  width: 0.8vw;
  height: 4.93vw;
  background: #FF5A00;
  align-self: center;
}
.mobile-exhibition-index-section .main-panel .breadcrumbs .path{
  padding: 4.26vw;
}

.mobile-exhibition-index-section .main-panel .breadcrumbs .path span{
  color: #FF5A00;
}

.mobile-exhibition-index-section .main-panel .panel.exhibition-list .exhibition-box {
  /*width: calc(100% - 5.33333vw);*/
  opacity: 1;
  background: #ffffff;
  box-shadow: 0px 0.53333vw 0.8vw 0.8vw rgba(0, 0, 0, 0.04);
  padding: 3.5vw 3.5vw;
  border-radius: 1.6vw;
  margin-bottom: 4vw;
}

.mobile-exhibition-index-section .main-panel .panel.exhibition-list.mobile-posts{
  margin-top: 3.46vw;
}
.mobile-exhibition-index-section .main-panel .panel.exhibition-list .exhibition-box .m1 {
  display: flex;
  flex-wrap: nowrap;
}

.mobile-exhibition-index-section .main-panel .panel.exhibition-list .exhibition-box .m1 .exhibition-img  {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 5px;
}

.mobile-exhibition-index-section .main-panel .panel.exhibition-list .exhibition-box .m1 .exhibition-img .logo {
  width: 25vw;
  height: 18vw;
  background-image: url(/templets/2024showg/images/tubj.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-color:#ffffff;;
  border-radius: 5px;
}
.mobile-exhibition-index-section .main-panel .panel.exhibition-list .exhibition-box .m1 .exhibition-info {
  padding: 0 0 0 3vw;
  width: calc(100% - 3.33333vw);
  position: relative;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}
.mobile-exhibition-index-section .main-panel .panel.exhibition-list .exhibition-box .m1 .exhibition-info .row {
  display: flex;
  justify-content: space-between;
}
.mobile-exhibition-index-section .main-panel .panel.exhibition-list .exhibition-box .m1 .exhibition-info .row .title {
  line-height: 5.33333vw;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*.mobile-exhibition-index-section .main-panel .panel.exhibition-list .exhibition-box .m1 .exhibition-info .row a:link,*/
/*.mobile-exhibition-index-section .main-panel .panel.exhibition-list .exhibition-box .m1 .exhibition-info .row a:hover,*/
/*.mobile-exhibition-index-section .main-panel .panel.exhibition-list .exhibition-box .m1 .exhibition-info .row a:visited {*/
/*  color: #333;*/
/*  font-size: 3.73333vw;*/
/*  font-weight: 400;*/
/*  line-height: 6.66667vw;*/
/*  text-align: left;*/
/*}*/

.mobile-exhibition-index-section .main-panel .panel.exhibition-list .exhibition-box .m1 .exhibition-info .row a:link,
.mobile-exhibition-index-section .main-panel .panel.exhibition-list .exhibition-box .m1 .exhibition-info .row a:hover,
.mobile-exhibition-index-section .main-panel .panel.exhibition-list .exhibition-box .m1 .exhibition-info .row a:visited {
  color: #333;
  font-size: 4vw;
  /*font-weight: 500;*/
  line-height: 6vw;
  text-align: left;
}


.mobile-exhibition-index-section .main-panel .panel.exhibition-list .exhibition-box .m1 .exhibition-info .row.name{
    color: #333;
    font-size: 3.73333vw;
    font-weight: 400;
    line-height: 6.66667vw;
    text-align: left;
}
.mobile-exhibition-index-section .main-panel .panel.exhibition-list .exhibition-box .m1 .exhibition-info .row.date {
  padding: 1.33333vw 0 0 0;
  position: absolute;
  top: 75px;
}
.mobile-exhibition-index-section .main-panel .panel.exhibition-list .exhibition-box .m1 .exhibition-info .row.hot .time {
  font-size: 3.2vw;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 5.40533vw;
  color: #999999;
}
.mobile-exhibition-index-section .main-panel .panel.exhibition-list .exhibition-box .m1 .exhibition-info .row.hot .status {
  font-size: 3.2vw;
  font-weight: 400;
  color: #45AA5E;
}
.mobile-exhibition-index-section .main-panel .panel.exhibition-list .exhibition-box .m1 .exhibition-info .row.industry {
  color: #999999;
  padding: 0.2vw 0 0 0;
}
.mobile-exhibition-index-section .main-panel .panel.exhibition-list .exhibition-box .m2 {
  /*padding: 2.66667vw 0 0 0;*/
  /*border-top: 1px solid #f2f2f2;*/
  margin: 4vw 0 0 0;
}
.mobile-exhibition-index-section .main-panel .panel.exhibition-list .exhibition-box  .row.hot {
  padding: 1.33333vw 0 0 0;
  width: 100%;
  align-items: center;
}
.mobile-exhibition-index-section .main-panel .panel.exhibition-list .exhibition-box .m1 .row.hot .hots-icon {
  font-size: 3.2vw;
  font-weight: 500;
  letter-spacing: 0px;
  color: #333333;
  background-image: url(/templets/2024showg/images/hot-new.png);
  background-repeat: no-repeat;
  background-size: 3.06667vw 3.6vw;
  background-position: 1vw 0.1vw;
  padding: 0 0 0 5.33333vw;
  display: block;
}

.mobile-exhibition-index-section .main-panel .panel.exhibition-list .exhibition-box .m2 .row.date .time {
  font-size: 3.7vw;
  letter-spacing: 0px;
  line-height: 5.40533vw;
  color: #999999;
}

.mobile-exhibition-index-section .main-panel .panel.exhibition-list .exhibition-box .m2 .row.date {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background-color: #F9F9F9;
  border-radius: 0px 5px 5px 0px;
  height: 3.8vh;
  padding-left: 3vw;
}

.follow {
  display: none;
}
.mobile-exhibition-index-section .main-panel .panel.exhibition-list .exhibition-box .m2 .row.date .follow {
  padding-right: 2.66667vw;
}
.mobile-exhibition-index-section .main-panel .panel.exhibition-list .exhibition-box .m2 .row.date .join {
  height: 100%;
  position: relative;
}
.mobile-exhibition-index-section .main-panel .panel.exhibition-list .exhibition-box .m2 .row.date .follow .bnt {
  width: 13.33333vw;
  height: 6.13333vw;
  opacity: 1;
  border-radius: 1.6vw;
  background: #ef6320;
  font-size: 3.2vw;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 5.86667vw;
  color: #ffffff;
  cursor: pointer;
}
.mobile-exhibition-index-section .main-panel .panel.exhibition-list .exhibition-box .m2 .row.date .join .guide_btn{
  width: 18.66vw;
  height: 100%;
  opacity: 1;
  letter-spacing: 0px;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0% 0, 100% 0, 88% 100%, 0 100%);
  cursor: pointer;
  position: absolute;
  left: -18vw;
  border-radius: 10px 0px 0px 10px;
  background: #F8DEC3;
  color: #A47747;
  font-size: 3.73vw;
}
/* .mobile-exhibition-index-section .main-panel .panel.exhibition-list .exhibition-box .m2 .row.date .join .bnt {
  width: 18vw;
  height: 100%;
  opacity: 1;
  border-radius: 1vw;
  background: #FD7F42;
  font-size: 3.8vw;
  letter-spacing: 0px;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/templets/2024showg/images/home-baoming-bg.png) no-repeat;
  background-position: center;
  background-size: contain;
} */

.mobile-exhibition-index-section .main-panel .panel.exhibition-list .exhibition-box .m2 .row.date .join .bnt {
  width: 18vw;
  height: 100%;
  opacity: 1;
  border-radius: 1vw;
  background: #FD7F42;
  font-size: 3.8vw;
  letter-spacing: 0px;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFAA25;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
  cursor: pointer;
  border-radius: 0px 1.33vw 1.33vw 0px;
}

.mobile-exhibition-index-section .main-panel .panel.exhibition-list .exhibition-box .m2 .row.date .follow .bnt.unnotify {
  background-color: #e6e6e6;
  color: #9a9a9a;
}
.tag {
  width: 6.4vw;
  margin: 0 0.53333vw 0 0;
  height: 4.8vw;
  opacity: 1;
  border-radius: 0.8vw;
  padding: 1px 1.06667vw;
  font-size: 3.2vw;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 4.63467vw;
  color: #ffffff;
}
.tag.type1 {
  background: #ffc300;
}
.tag.type2 {
  background: #2b9cff;
}
.tag.type3 {
  background: #ef6320;
}
.tag.generation.agent{
  background: #FFAA25;
}
.tag.generation.one{
  background: #49CE7B;
}
