* {
  touch-action: pan-y;
}

html {
  height: 100%;
}

body {
  height: 100%;
  overflow: auto;
}

.title {
  font-size: 0.426667rem;
  color: #333;
}

.bg-gray {
  background-color: #f7f4f8;
}

.road-show .main-container {
  height: 100%;
}
.road-show .lazyload-roadshow {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../images/comm/roadshow_default.png");
  background-size: contain;
}
.road-show .lazyload-avatar {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../images/comm/company_default.png");
  background-size: contain;
  border-radius: 50%;
}
.road-show-nav {
  width: 100%;
  height: 1rem;
  display: flex;
  position: fixed;
  z-index: 3;
  top: 1.2533rem;
  align-items: center;
  justify-content: space-evenly;
  font-size: 0.4267rem;
  color: #666;
  background-color: #fff;
}
.road-show-nav .nav-item {
  position: relative;
}
.road-show-nav .active::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.1333rem;
  width: 0.2933rem;
  height: 0.1067rem;
  background-color: #4285f4;
  border-radius: 0.1067rem;
}
.road-show-sliderShow {
  margin-bottom: 0.1333rem;
  background-color: #fff;
}
.road-show-sliderShow .mui-slider-item {
  margin: 0 0.12rem;
}
.road-show-sliderShow .mui-slider-item img {
  width: 0.64rem;
}
.road-show-sliderShow .mui-slider-item .banner {
  display: block;
  width: 100%;
  height: 5.6267rem;
}
.road-show-sliderShow .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 1.3067rem;
}
.road-show-sliderShow .info-status {
  display: block;
  width: 1.3733rem;
  height: 0.5467rem;
  line-height: 0.5467rem;
  margin-left: 0.3867rem;
  border-radius: 0.0667rem;
  text-align: center;
  color: #fff;
}
.road-show-sliderShow .info .underway {
  background-color: #fd7473;
}
.road-show-sliderShow .info .foreshaow {
  background-color: #f7b000;
}
.road-show-sliderShow .info .recall {
  background-color: #4384f7;
}
.road-show-sliderShow .info-time {
  font-size: 0.32rem;
  color: #666;
}
.road-show-sliderShow .info-share {
  display: flex;
  align-items: center;
  margin-right: 0.8rem;
  color: #666;
}
.road-show-sliderShow .info-share #shareIcon {
  display: block;
  width: 0.64rem;
  height: 0.64rem;
  background: url("/static/images/imgs-roadshow/share@2x.png");
  background-size: contain;
}
.road-show-sliderShow .mui-slider-indicator {
  bottom: .3rem;
}
.road-show-type {
  width: 100%;
  height: 3.1333rem;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin-bottom: 0.1333rem;
}
.road-show-type .title {
  color: #333;
  line-height: 1rem;
  font-size: 0.426667rem;
  padding: 0.1333rem 0;
  margin-left: 0.4rem;
}
.road-show-type .type {
  position: relative;
  flex: 1;
  width: 100%;
  height: 100%;
}
.road-show-type .type .mui-scroll-wrapper {
  width: 100%;
  height: 100%;
}
.road-show-type .type .mui-scroll-wrapper .mui-scroll {
  height: 100%;
  display: flex;
}
.road-show-type .type-item {
  text-align: center;
  margin: 0 .2rem;
}
.road-show-type .type-item img {
  display: block;
  width: 1.1133rem;
  height: 1.1133rem;
  background-color: #fff;
  border-radius: 0;
  margin: 0 .3rem;
}
.road-show-type .type-item span {
  padding-top: 0.2rem;
  font-size: 0.32rem;
}
.road-show-news {
  width: 100%;
  background-color: #fff;
  margin-bottom: 0.1333rem;
}
.road-show-news .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1rem;
  border-bottom: 1px solid #f1f0f0d8;
}
.road-show-news .title span {
  margin-left: 0.4rem;
}
.road-show-news .title .arrow {
  color: #b3b3b3;
  margin-right: 0.4133rem;
}
.road-show-news-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.8267rem;
  padding: 0.4rem;
}
.road-show-news-item .news-left {
  width: 5.2133rem;
  margin-right: 0.5467rem;
}
.road-show-news-item .news-left-text {
  font-size: 0.42666667rem;
  color: #333;
  line-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*!autoprefixer:off*/
  -webkit-box-orient: vertical;
  /*autoprefixer:on*/
}
.road-show-news-item .news-left-info {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
.road-show-news-item .news-left-info-type {
  display: block;
  color: #fff;
  line-height: 0.666rem;
  text-align: center;
  width: 1.52rem;
  font-size: 0.32rem;
  height: 0.6667rem;
  border-radius: 0.3333rem;
}
.road-show-news-item .news-left-info-time {
  width: 80%;
  margin-left: 0.2533rem;
}
.road-show-news-item .news-left-info-companyName {
  width: 80%;
  margin-left: 0.2533rem;
}
.road-show-news-item .news-left-info-companyLogo {
  display: block;
  width: 0.56rem;
  height: 0.56rem;
}
.road-show-news-item .news-left-info-companyLogo img {
  display: block;
  width: 100%;
  height: 100%;
}
.road-show-news-item .news-right {
  width: 3.5733rem;
  height: 2rem;
}
.road-show-news-item .news-right img {
  display: block;
  width: 100%;
  height: 100%;
}
.road-show-news .jinxing {
  background-color: #fe7674;
}
.road-show-news .yugao {
  background-color: #f8ad0a;
}
.road-show-hot {
  width: 100%;
  background-color: #fff;
  margin-bottom: 0.1333rem;
}
.road-show-hot .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.32rem;
  line-height: 1rem;
}
.road-show-hot .title span {
  margin-left: 0.4rem;
}
.road-show-hot .title .arrow {
  color: #b3b3b3;
  margin-right: 0.4133rem;
}
.road-show-hot .hot-show-container {
  width: 100%;
  height: 100%;
}
.road-show-hot .hot-show-container .item-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.1333rem 0.6rem 0.8667rem;
}
.road-show-hot .hot-show-container .item-container .hot-show-item {
  width: 4.24rem;
  height: 2.4rem;
  overflow: hidden;
  margin: 0.3rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c9d6ff;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #e2e2e2, #e0e7ff);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #e2e2e2, #e3eaff);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.road-show-hot .hot-show-container .item-container .hot-show-item img {
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 0.1333rem;
  margin-right: 15px;
}
.road-show-history {
  width: 100%;
  position: relative;
  background-color: #fff;
}
.road-show-history .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1rem;
  border-bottom: 1px solid #f1f0f0d8;
}
.road-show-history .title span {
  margin-left: 0.4rem;
}
.road-show-history .title .arrow {
  color: #b3b3b3;
  margin-right: 0.4133rem;
}
.road-show-history-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.8267rem;
  padding: 0.4rem;
}
.road-show-history-item .news-left {
  width: 5.2133rem;
  margin-right: 0.5467rem;
}
.road-show-history-item .news-left-text {
  line-height: 0.8533rem;
  font-size: 0.4267rem;
}
.road-show-history-item .news-right {
  width: 3.5733rem;
  height: 2rem;
}
.road-show-history-item .news-right img {
  display: block;
  width: 100%;
  height: 100%;
}
