body {
  position: relative;
}
.index-title {
  flex: 2.3;
  color: #B8514F;
}
.box-left {
  flex: 7.7;
}
.index-title .title {
  font-size: 0.36rem;
}
.index-title .eng-title {
  font-size: 0.28rem;
}

/* banner图 */
.banner-swiper {
  padding-top: 0.88rem;
  width: 100%;
  height: 4rem;
}

.banner-swiper img {
  width: 100%;
  height: 100%;
}

.banner-swiper .swiper-pagination-bullet-active {
  background-color: #fff;
}

/* 指数数据 */
.index-container {
  display: flex;
  display: -webkit-flex; /* Safari */
  padding: 0.2rem 0.4rem;
  background-color: #B8514F;
  color: #fff;
}

.index-container .index-title {
  color: #fff;
}
.index-container .index-table {
  display: flex;
  justify-content: space-between;
  /* margin-top: 0.4rem; */
  font-size: 0.28rem;
}

.index-table .stage-item .name {  
  margin-bottom: 0.1rem;
  text-align: center;
}
.index-table .stage-item .value .value-num {
 
  line-height: 0.3rem;
  text-align: center;
}

.index-table .stage-item .value .value-up {
  line-height: 0.3rem;
  text-align: center;
  color: #F16464;
}

.index-table .stage-item .value .value-down {
  line-height: 0.3rem;
  text-align: center;
  color: #79f164;
}

.index-table .stage-item .value .up {
  display: inline-block;
  width: 0.26rem;
  height: 0.2rem;
  background: url("../image/index-up.svg") no-repeat;
  background-size: 100%;
}

.index-table .stage-item .value .down {
  display: inline-block;
  width: 0.26rem;
  height: 0.2rem;
  background: url("../image/index-down.svg") no-repeat;
  background-size: 100%;
}
.index-box .index-cate {
  height: 0.74rem;
  padding-top: 0.18rem;
  padding-left: 0.85rem;
  border-bottom: 0.02rem solid #B8514F;
}
.index-box .index-cate .itemBox {
  display: flex;
  overflow: hidden;
  overflow-x: scroll;
}
.index-box .index-cate .itemBox::-webkit-scrollbar {
  display: none;
  -webkit-overflow-scrolling: touch;
}
.index-box .index-cate::before {
  position: absolute;
  left: 0.4rem;
  display: block;
  clear: both;
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  background: url(../image/index-icon.svg);
}
.index-box .index-cate .index-item {
  font-weight: 600;
  font-size: 0.28rem;
  padding: 0 0.14rem;
  white-space: nowrap;
}

.index-box .index-cate .active-item::after {
  display: block;
  clear: both;
  content: '';
  width: 100%;
  height: 0.12rem;
  margin-top: 0.04rem;
  border-radius: 5px 5px 0 0;
  background: #B8514F;
}

.index-box .line-charts-box {
  margin: 0 0.4rem;
  width: 100%;
  height: 5rem;
}

/* 各模块小图标、更多共同大小样式 */
.icon { 
  margin-top: 0.12rem;
  width: 0.4rem;
  height: 0.4rem;
  background-size: 100% 100%;
}
.more {
  padding-top: 0.3rem;
  font-size: 0.28rem;
  font-weight: 500;
  color: #B8514F;
  z-index: 100;
}
.more i{
  margin-left: 0.06rem;
  display: inline-block;
  width: 0.28rem;
  height: 0.28rem;
  background: url(../image/red-more.svg);
  background-size: 100%;
  vertical-align: -6%;
}

.container-all {
  padding: 0.2rem 0.4rem;
  display: flex;
}
.container-all .title-box {
  flex: 2.8;
}
.container-all .content-box {
  flex: 7.2;
}
/* 指数点评 */
.index-reviews {
  width: 100%;
  height: 3.86rem;
  display: flex;
  background: url(../image/reviews-img.png);
  background-size: 100% 100%;
  padding: 0.2rem 0.4rem 0;
  color: #fff;
}
.index-reviews .index-title {
  color: #fff;
}
.index-reviews .index-title .more a {
  color: #fff;
}
.index-reviews .index-title .more i {
  background-image: url(../image/white-more.svg);
}
.index-reviews .icon {
  background-image: url(../image/reviews-icon.svg);
}
.index-reviews .comment-container li {
  margin-bottom: 0.1rem;
  padding: 0 0.12rem;
  height: 0.62rem;
  line-height: 0.62rem;
  font-size: 0.28rem;
  background: rgba(0, 0, 0, 0.26);
}

.index-reviews .comment-container li .time {
  float: right;
}
.index-reviews .comment-container li .title a{
  float: left;
  width: 3rem;
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #fff;
}

/* 简介 */
.introduction .icon, .into .icon {
  background-image: url(../image/grass-icon.svg);
}
.introduction .img-box, .into .img-box {
  margin-top: 0.2rem;
  width: 1.6rem;
  height: 1.2rem;
}
.img-box img {
  width: 100%;
  height: 100%;
}
.introduction .more a, .into .more a {
  font-weight: 600;
  color: #B8514F;
}

.introduction-container .bg-box {
  width: 4.5rem;
  height: 3.2rem;
  position: relative;
  background: rgba(170, 47, 45, 0.1);
}
.introduction-container .bg-box .profile-box {
  width: 100%;
  height: 100%;
  padding: 0.1rem;
  position: absolute;
  left: 0.12rem;
  top: 0.14rem;
  border: 0.06rem solid #B8514F;
  font-size: 0.24rem;
  overflow: hidden;
}


/* 走进赞皇 */
.into-title .title {
  padding-top: 20px;
}
.into-container {
  height: 2.2rem;
  margin-top: 1.2rem;
  padding: 0.3rem 0.32rem 0.4rem 0.2rem;
  background: url(../image/into-bg.png);
  background-size: 100% 100%;
}
.into-container .text-box {
  width: 100%;
  height: 100%;
  background: rgba(255, 246, 246, 0.15);
  border: 1px solid #FFFFFF;
  overflow-y: scroll;
  font-size: 0.24rem;
  padding: 0.15rem 0.18rem 0.12rem 0.08rem;
  color: #fff;
}
.into-container .text-box::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0.06rem; /*高宽分别对应横竖滚动条的尺寸*/
 
}
.into-container .text-box::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  background: #F7F8F8;
  border-radius: 5px;
}
.into-container .text-box::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background   : transparent;
}

/* 新闻资讯 */
.info-title {
  padding-top: 20px;
}
.info {
  padding-right: 0;
  position: relative;
  background: url(../image/news-bg.png) no-repeat;
  background-size: 100% 50%;
  background-position: bottom;
  padding-bottom: 0.4rem;
}
.info .info-container {
  /* flex: 8; */
  padding-top: 1rem;
  position: relative;
  /* width: 80%; */
  overflow: hidden;
}
.info .icon {
  background-image: url(../image/news-icon.svg);
}

.info .info-container .info-item {
  width: 3rem;
  height: 3rem;
  background: #B8514F;
}
.info-container .info-item .img {
  width: 100%;
  height: 2rem;
}
.info-container .info-item .img img {
  width: 100%;
  height: 100%;
}
.info-container .info-item .name {
  padding: 0.06rem 0.04rem;
  margin: 0 0.06rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
  color: #fff;
}
.info-container .info-item a {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.06rem 0.1rem;
  font-size: 0.24rem;
  color: #fff;
}
.info-container .info-item a i {
  position: absolute;
  right: 0.06rem;
  top: 0.14rem;
  width: 0.2rem;
  height: 0.2rem;
  /* display: inline-block; */
  vertical-align: middle;
  text-align: right;
  background: url(../image/white-arrow.svg);
}
.info-container .swiper-pagination {
  top: 0.3rem;
  text-align: left;
}
.info-container .swiper-pagination .swiper-pagination-current {
  font-weight: 600;
  font-size: 0.48rem;
  color: #B8514F;
}
.info .info-title .more {
  position: absolute;
  top: 0.36rem;
  right: 0.3rem;
}
.info .info-title .more a {
  font-weight: 600;
  color: #1B1D23;
}
.info .info-title .more a i {
  background-image: url(../image/black-more.svg);
}

.info .info-title .news-btn-box {
  padding-top: 1.6rem;
}
.info .info-title button {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: url(../image/news-prev.svg);
  background-size: 100% 100%;
}
.info .info-title .next {
  margin-left: 0.4rem;
  background: url(../image/news-next.svg);
  background-size: 100% 100%;
}






/* 优质企业 */
.company {
  padding-right: 0;
  position: relative;
  background: url(../image/company-bg.png) no-repeat;
  background-size: 100% 50%;
  background-position: bottom;
  padding-bottom: 0.5rem;
}
.company .company-container {
  /* flex: 8; */
  
  /* position: relative; */
  /* width: 80%; */
  overflow: hidden;
}
.company .icon {
  background-image: url(../image/company-icon.svg);
}

.company .company-container .company-item {
  width: 3rem;
  height: 2.6rem;
  background: #fff;
}
.company-container .company-item .img {
  position: relative;
  width: 100%;
  height: 2rem;
  background: url(../image/company-common.png) no-repeat;
  background-size: 100% 100%;
}
.company-container .company-item .img .name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.22rem;
  padding: 0 0.12rem;
  text-align: center;
  font-size: 0.22rem;
  font-family: YouSheBiaoTiHei;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* .company-container .company-item .img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
} */
.company-container .company-item .name a{
  position: relative;
  display: block;
  padding: 0.10rem 0;
  font-size: 0.2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
  padding-right: 0.2rem;
}

.company-container .company-item a i {
  position: absolute;
  right: 0.06rem;
  top: 0.15rem;
  width: 0.2rem;
  height: 0.2rem;
  /* display: inline-block; */
  vertical-align: middle;
  text-align: right;
  background: url(../image/red-arrow.svg);
}

.company .company-title .more a {
  color: #B8514F;
  font-weight: 600;
}


.foot {
  margin-top: 0;
}

.price-broadcast {
  padding: 0.2rem 0.4rem 0;
}
.price-broadcast .broadcast-title {
  margin-bottom: .2rem;
}
.price-broadcast .icon {
  background-image: url(../image/price-icon.svg);
  background-position: center;
}

.price-broadcast .price-section-mobile {
  margin-bottom: 0.3rem;
  background: white;
  border-radius: 0.2rem;
  box-shadow: 0 0.08rem 0.3rem rgba(0,0,0,0.1);
  overflow: hidden;
}

.price-broadcast .section-header-mobile {
  padding: 0.24rem;
  background: linear-gradient(135deg, #B8514F 0%, #9a4142 100%);
  color: white;
  text-align: center;
}

.price-broadcast .section-header-mobile h3 {
  margin: 0;
  font-size: 0.28rem;
  font-weight: 600;
}

.price-broadcast .price-table-container-mobile {
  overflow-x: auto;
  padding: 0;
  font-size: 0.24rem;
  color: #333;
}

.price-table-container-mobile .col-4 {
  width: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.price-table-container-mobile .col-3 {
  width: 2.2rem;
}
.price-table-container-mobile .col-2 {
  width: 1.8rem;
}
.price-table-container-mobile .col-1 {
  width: 1rem;
}

.price-broadcast .t-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f0f0f1;
  height: 0.6rem;
   text-align: center;
  border-bottom: 0.02rem solid #e9ecef;
}
.price-broadcast .item-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.6rem;
  border-bottom: 0.01rem solid #e9ecef;
  text-align: center;
}
.price-broadcast .section-body {
  height: 3.6rem;
}
.price-broadcast .price-table-container-mobile .price-cell {
  font-weight: 600;
  color: #B8514F;
}

.price-broadcast .price-table-container-mobile .loading-text {
  color: #666;
  font-style: italic;
  padding: 0.5rem !important;
}
