body {
  position: relative;
  background: #F7F9FA;
}

.whole-swiper {
  height: 100%;
  width: 100%;
}

.module-title {
  position: relative;
  padding: .36rem 0 .24rem;
  font-weight: 600;
  text-align: center;
}

.module-title .title {
  font-size: .36rem;
  color: #D29B4C;
  letter-spacing: .02rem;
}

.index-banner {
  margin-top: 0.88rem;
  background: url(../image/index-banner.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 4.2rem;
}

.index-content {
  background: url(../image/index-content-bg.png) repeat;
  background-size: 100%;
}

.index-data {
  padding: 0 .2rem;
}

.index-data .data-content {
  padding-bottom: 0.36rem;
  border-bottom: .08rem solid #A98F6A;
}

.index-data .data-content .cate-box {
  width: 100%;
}

.index-data .data-content .cate-box .index-box {
  margin-bottom: .12rem;
  height: .6rem;
  padding: 0 .24rem;
  background: linear-gradient(44deg, #C6C6C6 0%, #C6C6C6 100%);
  font-size: .24rem;
  font-weight: 600;
  color: #3B3B3B;
  line-height: .6rem;
  display: flex;
  justify-content: space-between;
}

.index-data .data-content .cate-box .index-box .data-rate .value, .index-data .data-content .cate-box .index-box .data-rate .rate {
  display: inline-block;
  padding-right: .32rem;
}

.index-data .data-content .cate-box .index-box .data-rate .value {
  font-size: .32rem;
}

.index-data .data-content .cate-box .index-box .data-rate .rate {
  position: relative;
}

.index-data .data-content .cate-box .index-box .data-rate .rate.down::after {
  position: absolute;
  top: .14rem;
  right: 0;
  content: "";
  width: .28rem;
  height: .28rem;
  background: url(../image/arrow-down.svg) no-repeat;
  background-size: 100% 100%;
}

.index-data .data-content .cate-box .index-box .data-rate .rate.up::after {
  position: absolute;
  top: .14rem;
  right: 0;
  content: "";
  width: .28rem;
  height: .28rem;
  background: url(../image/arrow-up.svg) no-repeat;
  background-size: 100% 100%;
}

.index-data .data-content .cate-box .index-box .data-rate .color-green {
  color: #398027;
}

.index-data .data-content .cate-box .index-box .data-rate .color-red {
  color: #E64D4D;
}

.index-data .data-content .cate-box .index-box.active {
  background: url(../image/data-active-menu.png) no-repeat;
  background-size: 100% 100%;
}

.index-data .data-content .chart-container {
  height: 4rem;
}

.index-price {
  padding: 0 .2rem;
  margin-bottom: .6rem;
}

.index-price .module-title {
  padding-bottom: .16rem;
}

.index-price .price-content .time {
  font-size: .26rem;
  font-weight: 600;
  color: #3E3E3D;
  text-align: center;
  margin-bottom: .1rem;
}

.index-price .price-content .price-table {
  padding: .12rem;
  border: 0.04rem solid rgba(210, 155, 76, 0.49);
  text-align: center;
  font-size: .24rem;
  font-weight: 600;
  line-height: .48rem;
}

.index-price .price-content .price-table .row {
  margin-left: -0.06rem;
  margin-right: -0.06rem;
}

.index-price .price-content .price-table .col-xs-3, .index-price .price-content .price-table .col-sm-3, .index-price .price-content .price-table .col-md-3 {
  padding-left: .06rem;
  padding-right: .06rem;
}

.index-price .price-content .price-table .header-price .header-box {
  background: #E5AF5E;
  color: #FFFFFF;
}

.index-price .price-content .price-table .content {
  height: 4.4rem;
}

.index-price .price-content .price-table .content .box-1 {
  line-height: .48rem;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-comment {
  padding: 0 0.2rem;
  background: url(../image/comment-bg.png) no-repeat;
  background-size: 100% 100%;
  height: 6.2rem;
}

.index-comment .comment-container {
  height: 4.56rem;
  padding: .32rem .48rem;
  background: #FFFFFF;
  border-radius: .08rem;
  font-size: .24rem;
  font-weight: 600;
}

.index-comment .comment-container .header-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: .3rem;
}

.index-comment .comment-container .header-box .line {
  width: 84%;
  height: .4rem;
  background: transparent;
  border-bottom: .12rem solid #E5D8C5;
}

.index-comment .comment-container .header-box .more {
  position: relative;
  width: 12%;
  vertical-align: top;
  color: #CBA160;
}

.index-comment .comment-container .header-box .more::after {
  position: absolute;
  right: 0;
  top: .1rem;
  content: '';
  width: .16rem;
  height: .16rem;
  background: url(../image/arrow-icon.svg) no-repeat;
  background-size: 100% 100%;
}

.index-comment .comment-container .header-box .more::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  height: .04rem;
  background: #CA9D59;
}

.index-comment .comment-container .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: .16rem;
}

.index-comment .comment-container .item .title {
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-comment .comment-container .item .date {
  width: 30%;
  text-align: right;
}

.common-header {
  text-align: right;
  margin-top: -0.3rem;
  margin-bottom: .12rem;
  font-weight: 600;
}

.common-header .more {
  position: relative;
  display: inline-block;
  width: .8rem;
  color: #CBA160;
  text-align: left;
  vertical-align: top;
  font-size: .24rem;
}

.common-header .more::after {
  position: absolute;
  right: 0;
  top: .1rem;
  content: '';
  width: .16rem;
  height: .16rem;
  background: url(../image/arrow-icon.svg) no-repeat;
  background-size: 100% 100%;
}

.index-company {
  padding: 0 0.2rem 0.3rem;
}

.index-company .company-container .row {
  margin-left: -0.08rem;
  margin-right: -0.08rem;
}

.index-company .company-container .col-xs-6, .index-company .company-container .col-sm-6, .index-company .company-container .col-md-6 {
  padding-left: .08rem;
  padding-right: .08rem;
}

.index-company .company-container .item {
  display: block;
  margin-bottom: .2rem;
  padding: .16rem .12rem 0.12rem;
  height: 3.16rem;
  border-radius: .08rem;
  border: .04rem solid #E3D8C7;
  font-size: .24rem;
  font-weight: 600;
  color: #FFFFFF;
}

.index-company .company-container .item .img {
  margin-top: .2rem;
  position: relative;
  height: 1.6rem;
}

.index-company .company-container .item .title {
  position: absolute;
  top: -.24rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 2.8rem;
  padding: 0 .1rem;
  background: #674412;
  border: 1px solid #A69E93;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: .4rem;
}

.index-company .company-container .item .profile {
  padding: 0.04rem .08rem;
  height: 0.98rem;
  background: #CA9D59;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 0.3rem;
}

.index-product {
  padding: 0 0.2rem 0.3rem;
}

.index-product .product-container .row {
  margin-left: -0.1rem;
  margin-right: -0.1rem;
}

.index-product .product-container .col-xs-6, .index-product .product-container .col-sm-6, .index-product .product-container .col-md-6 {
  padding-left: .1rem;
  padding-right: .1rem;
}

.index-product .product-container .item {
  margin-bottom: .16rem;
  padding: .24rem .2rem .14rem;
  background: url(../image/product-item.png) no-repeat;
  background-size: 100% 100%;
  border-radius: .08rem;
  overflow: hidden;
}

.index-product .product-container .item .product-img {
  height: 1.6rem;
  margin: 0 .2rem .16rem;
}

.index-product .product-container .item .title {
  padding: 0 .16rem;
  font-size: .24rem;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #C89D59;
  line-height: .4rem;
}

.index-info {
  padding: 0 0.4rem 0.4rem;
  background: url(../image/info-bg.png) no-repeat;
  background-size: 100% 100%;
}

.index-info .info-container .next-box {
  height: 4.5rem;
  padding: .5rem .6rem .3rem;
  background: url(../image/info-item.png) no-repeat;
  background-size: 100% 100%;
  border: .14rem solid #D8D8D8;
}

.index-info .info-container .next-box .item {
  display: block;
  margin-bottom: .24rem;
  font-size: .24rem;
  color: #FFFFFF;
}

.index-info .info-container .next-box .item .title {
  padding-bottom: .08rem;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: .04rem solid #C1DAEF;
}

.index-info .info-container .next-box .item .time-read {
  display: flex;
  justify-content: space-between;
  padding-top: .1rem;
}

.index-info .info-container .next-box .item .time-read .time {
  position: relative;
  padding: 0 0.06rem;
  background: #C89D59;
  line-height: .32rem;
}

.index-info .info-container .next-box .item .time-read .time::after {
  position: absolute;
  top: .06rem;
  right: -.3rem;
  content: '';
  width: .24rem;
  height: .24rem;
  background: url(../image/date-icon.svg) no-repeat;
  background-size: 100% 100%;
}

.index-info .info-container .next-box .item .time-read .read {
  padding-right: .4rem;
  position: relative;
}

.index-info .info-container .next-box .item .time-read .read::after {
  position: absolute;
  top: .02rem;
  right: 0;
  content: '';
  width: .3rem;
  height: .3rem;
  background: url(../image/read-icon.svg) no-repeat;
  background-size: 100% 100%;
}

.index-info .info-container .first {
  display: block;
  padding: .4rem .4rem .3rem;
  background: #FFFFFF;
  box-shadow: 0px 0.04rem 0.08rem 0px rgba(15, 5, 11, 0.3);
}

.index-info .info-container .first .title-box {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: .2rem;
}

.index-info .info-container .first .title-box .img {
  position: absolute;
  left: -0.6rem;
  top: -0.2rem;
  width: 2rem;
  height: 1.06rem;
}

.index-info .info-container .first .title-box .title {
  font-size: .28rem;
  font-weight: 600;
  color: #151515;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-info .info-container .first .title-box .time {
  font-size: .24rem;
  font-weight: 600;
  color: #151515;
}

.index-info .info-container .first .profile {
  height: 1.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  font-size: .24rem;
  color: #151515;
  line-height: .36rem;
}

.civilization {
  padding: .48rem .3rem;
  background: url(../image/civilization-bg.png) no-repeat;
  background-size: 100% 100%;
}

.civilization .img {
  height: 3.12rem;
  margin-right: .2rem;
  background: url(../image/civilization-img.png) no-repeat;
  background-size: 100% 100%;
  border-radius: .06rem;
  overflow: hidden;
}

.civilization .content {
  height: 4.3rem;
  margin: -0.3rem 0 0 .2rem;
  padding: .48rem .6rem .32rem;
  background: #FFFFFF;
  border-radius: .04rem;
  overflow: hidden;
}

.civilization .content .title {
  padding-bottom: .12rem;
}

.civilization .content .title a {
  display: block;
  font-size: .36rem;
  font-weight: 600;
  color: #494D52;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.civilization .content .profile {
  height: 2rem;
  font-size: .24rem;
  color: #5A5A5A;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: .4rem;
}

.civilization .content .more {
  margin-top: .4rem;
  text-align: right;
  font-weight: 600;
}

.civilization .content .more a {
  position: relative;
  display: inline-block;
  width: .8rem;
  color: #CBA160;
  text-align: left;
  vertical-align: top;
  font-size: .24rem;
}

.civilization .content .more a::after {
  position: absolute;
  right: 0;
  top: .1rem;
  content: '';
  width: .16rem;
  height: .16rem;
  background: url(../image/arrow-icon.svg) no-repeat;
  background-size: 100% 100%;
}

.appraisal {
  padding: 0 1.2rem .36rem;
}

.appraisal a {
  margin-top: .2rem;
  height: 1.5rem;
  display: block;
  background: url(../image/appraisal-img.png) no-repeat;
  background-size: 100% 100%;
}

.footer-img {
  height: 1.24rem;
  background: url(../image/footer-img.png) no-repeat;
  background-size: 100% 100%;
}

.footer-img a {
  display: block;
  height: 100%;
}
