@charset "UTF-8";
body {
  position: relative;
  background: #F7F9FA;
}

.module-title {
  display: block;
  text-align: center;
  padding-top: .3rem;
  margin: 0 auto;
  font-size: .36rem;
  font-weight: 600;
  color: #383838;
}

.module-title span {
  display: inline-block;
  margin: 0 .2rem;
  height: .24rem;
  width: .32rem;
}

.module-title p {
  color: #969696;
  font-size: .24rem;
  font-weight: bold;
}

.index-banner {
  margin-top: 0.88rem;
  position: relative;
  height: 13.6rem;
}

.index-banner .banner-swiper {
  height: 100%;
}

.index-banner .banner-slide img {
  width: 100%;
  height: 100%;
}

.index-banner .index-info {
  position: absolute;
  left: .24rem;
  top: 1.6rem;
  z-index: 100;
}

.index-banner .index-info .banner-logo {
  width: 6.6rem;
  height: 1.64rem;
  background: url(../image/banner-logo.png) no-repeat;
  background-size: 100% 100%;
}

.index-banner .index-info .info {
  padding-top: 1rem;
  font-size: .4rem;
  font-weight: 600;
  color: #FFFFFF;
}

.index-banner .index-info .info .index-name {
  font-size: .48rem;
}

.index-banner .index-info .info .index span {
  padding-left: .2rem;
  font-size: .9rem;
  font-weight: 800;
}

.index-banner .index-info .info .rate span {
  padding-left: .2rem;
}

.index-banner .index-info .info .link {
  width: 1.34rem;
  height: .66rem;
  margin-top: .9rem;
}

.index-banner .index-info .info .link a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../image/link-arrow.png) no-repeat;
  background-size: 100%;
}

.index-data {
  overflow: hidden;
  background: url(../image/data-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: .2rem;
}

.index-data .index-content {
  background: rgba(255, 255, 255, 0.9);
  border-radius: .04rem;
}

.index-data .index-content .cate-box {
  width: 100%;
  margin-bottom: .3rem;
  text-align: center;
}

.index-data .index-content .cate-box ul {
  margin-bottom: 0px;
}

.index-data .index-content .cate-box .index-box {
  display: inline-block;
  margin: .2rem .1rem;
  height: .8rem;
  width: 2.08rem;
  background: #FFFFFF;
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(249, 177, 91, 0.57);
  border-radius: .1rem;
  line-height: .8rem;
  font-size: .28rem;
  font-weight: 600;
  color: #404040;
}

.index-data .index-content .cate-box .index-box.active {
  box-shadow: 0px 2px 0.12rem 3px #f39e26;
}

.index-data .index-content .index-table {
  text-align: center;
  margin-bottom: .2rem;
}

.index-data .index-content .index-table .index-box {
  display: inline-block;
  position: relative;
  width: 1.54rem;
  height: 1.16rem;
  margin: 0 .1rem;
  padding: .06rem;
  background: #FFFFFF;
  box-shadow: 0px -1px 2px 0px rgba(215, 215, 215, 0.5), 1px 9px 7px 0px rgba(47, 100, 249, 0.06);
  border-radius: .04rem;
  text-align: center;
}

.index-data .index-content .index-table .index-box img {
  display: inline-block;
  width: 1.4rem;
  height: .5rem;
  margin-top: -0.2rem;
}

.index-data .index-content .index-table .index-box .box-content {
  position: relative;
}

.index-data .index-content .index-table .index-box .box-content .value {
  display: inline-block;
  position: relative;
  font-size: .28rem;
  font-weight: 400;
  color: #6F6F6F;
  line-height: .4rem;
}

.index-data .index-content .index-table .index-box .box-content .value.up::after {
  position: absolute;
  right: -0.2rem;
  top: .08rem;
  content: '';
  width: .16rem;
  height: .18rem;
  background: url("../image/up.svg");
}

.index-data .index-content .index-table .index-box .box-content .value.down::after {
  position: absolute;
  right: -0.2rem;
  top: .08rem;
  content: '';
  width: .16rem;
  height: .18rem;
  background: url("../image/down.svg");
}

.index-data .index-content .index-table .index-box .box-content .style-color {
  color: #FF0E06;
}

.index-data .index-content .index-table .index-box .box-content .name {
  clear: both;
  padding-top: 0.06rem;
  font-size: .28rem;
  font-weight: 400;
  color: #6F6F6F;
  line-height: .48rem;
}

.index-data .index-content .chart-container {
  height: 6rem;
}

.index-data .index-content .index-introduce {
  font-size: 0.24rem;
  font-weight: 600;
  padding: 0.1rem .2rem .16rem;
}

.index-price {
  overflow: hidden;
  background: url(../image/price-bg.png) repeat-y;
  background-size: 100%;
  padding: .2rem;
}

.index-price .price-box {
  padding: .16rem;
  background: #FFFFFF;
  box-shadow: 0px 2px 0.08rem 0px rgba(0, 0, 0, 0.27), 0px 0.04rem 0.08rem 0px rgba(0, 0, 0, 0.26);
  border-radius: .16rem;
}

.index-price .price-box .price-header {
  background: #EFB941;
  border-radius: .16rem;
  padding: .12rem .2rem;
  color: #fff;
  overflow: hidden;
  font-weight: 600;
}

.index-price .price-box .price-header .name {
  display: inline-block;
  float: left;
  font-size: .36rem;
}

.index-price .price-box .price-header .time {
  display: inline-block;
  float: right;
  line-height: .6rem;
  font-size: .3rem;
  color: #fff;
}

.index-price .price-box .box {
  margin-top: .16rem;
  background: #FFFCF5;
  border-radius: .1rem;
  padding: 0 .16rem;
  font-size: .28rem;
  overflow: hidden;
}

.index-price .price-box .box .table-head, .index-price .price-box .box .item {
  margin-top: .16rem;
  background: #FFFFFF;
  height: .7rem;
  line-height: .7rem;
  font-size: .28rem;
  overflow: hidden;
  color: #707070;
}

.index-price .price-box .box .table-head .col-4, .index-price .price-box .box .item .col-4 {
  float: left;
  width: 33%;
  text-align: center;
}

.index-price .price-box .box .table-head {
  color: #222423;
  font-weight: 600;
}

.index-price .price-box .box .body {
  margin-top: .16rem;
  height: 3.2rem;
}

.index-video {
  background: url(../image/video-bg.png) no-repeat;
  background-size: 100% 100%;
}

.index-video .video-container {
  height: 4rem;
  margin: 0 .2rem 0;
  padding-bottom: .2rem;
}

.index-video .video-container video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.index-comment {
  overflow: hidden;
  max-height: 7.7rem;
  background: url(../image/comment-bg.png) repeat-y;
  background-size: 100%;
  padding: .2rem;
}

.index-comment .content-box {
  background: rgba(255, 255, 255, 0.8);
  border-radius: .16rem;
  padding: 0 .12rem 0.16rem;
}

.index-comment .comment-item {
  position: relative;
  width: 100%;
  margin-top: .1rem;
  font-size: .32rem;
  border-bottom: 1px solid #ECECECFF;
}

.index-comment .comment-item .head-box {
  overflow: hidden;
  clear: both;
}

.index-comment .comment-item i {
  display: block;
  float: left;
  margin-top: 9px;
  width: 20px;
  height: 20px;
}

.index-comment .comment-item i img {
  width: 100%;
}

.index-comment .comment-item a {
  display: block;
  float: left;
  width: 4.5rem;
  margin-left: .1rem;
  font-weight: 600;
  line-height: 42px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-comment .comment-item .reviews-time {
  float: right;
  font-weight: 400;
  color: #939393;
  line-height: 42px;
  font-size: .28rem;
}

.index-comment .comment-item .profile {
  height: .96rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 表示盒子对象的子元素的排列方式 */
  -webkit-line-clamp: 2;
  /* 限制文本的行数，表示文本第多少行省略 */
  text-overflow: ellipsis;
  /*  打点展示 */
  color: #7A7A7A;
  text-align: justify;
  line-height: .48rem;
  margin-bottom: .1rem;
}

.index-news {
  overflow: hidden;
  min-height: 10.7rem;
  background: url(../image/info-bg.png) repeat-y;
  background-size: 100%;
  padding: .2rem;
}

.index-news .content-box {
  background: #FFFFFF;
  box-shadow: 0px 5px 10px 0px rgba(235, 145, 31, 0.2);
  border-radius: 4px;
  padding: 0 0.2rem 0.2rem;
}

.index-news .info-container {
  font-size: .28rem;
}

.index-news .info-container .item-link {
  display: block;
  width: 100%;
  height: 100%;
}

.index-news .info-container .first-item {
  position: relative;
  height: 3.78rem;
  margin-bottom: .4rem;
  font-weight: 600;
  border-radius: .04rem;
  overflow: hidden;
}

.index-news .info-container .first-item .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: .9rem;
  padding: 0 .36rem;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.62);
  line-height: .9rem;
}

.index-news .info-container .item {
  height: 1.5rem;
  margin-bottom: .1rem;
  color: #575757;
}

.index-news .info-container .item .title {
  position: relative;
  height: .8rem;
  line-height: .4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 表示盒子对象的子元素的排列方式 */
  -webkit-line-clamp: 2;
  /* 限制文本的行数，表示文本第多少行省略 */
  text-overflow: ellipsis;
  /*  打点展示 */
  overflow: hidden;
  /*超出部分进行隐藏*/
  font-weight: 600;
  text-indent: 1.2em;
}

.index-news .info-container .item .title::before {
  position: absolute;
  left: 0;
  top: 0rem;
  width: .32rem;
  height: .32rem;
  content: '';
  background: url(../image/info-icon.svg) no-repeat;
  background-size: 100%;
}

.index-news .info-container .item .time {
  font-size: .24rem;
  text-align: right;
}

.index-company {
  overflow: hidden;
  min-height: 8.7rem;
  background: url(../image/company-bg.png) repeat-y;
  background-size: 100%;
  padding: .2rem;
}

.index-company .company-item {
  display: block;
  height: 3.36rem;
  margin-bottom: .2rem;
  padding: 0.16rem;
  background: #fff;
  border-radius: .10rem;
  overflow: hidden;
}

.index-company .company-item .img {
  height: 2rem;
  margin-bottom: .16rem;
}

.index-company .company-item .name {
  height: .88rem;
  font-size: .28rem;
  font-weight: 600;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.index-company .row {
  margin-right: -.1rem;
  margin-left: -.1rem;
}

.index-company .col-xs-6, .index-company .col-sm-6, .index-company .col-md-6 {
  padding-right: .1rem;
  padding-left: .1rem;
}
