@import "../../css/home/informationCenter.css";
html,
body {
  background-color: #F8F8F8;
}
.home-container {
  background-color: #F8F8F8;
  padding-bottom: 1.33333333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.home-container .banner-container .swiper-slide {
  /*height: 5.33333333rem;*/
}
.home-container .banner-container .swiper-slide img {
  width: 100%;
  height: 100%;
}
.home-container .banner-container .swiper-pagination {
  margin-bottom: 0.26666667rem;
}
.home-container .banner-container .swiper-pagination-bullet-active {
  opacity: 1;
  background: #DDC070;
}
.home-container .message-wrap {
  position: relative;
  z-index: 999;
  top: -0.53333333rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  height: 1.06666667rem;
  background: #ffffff;
  border-radius: 0.13333333rem;
  padding: 0 0.26666667rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.home-container .message-wrap .flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home-container .message-wrap .flag .iconfont {
  font-size: 0.37333333rem;
  color: #DDC070;
}
.home-container .message-wrap .flag .hot {
  padding-left: 0.13333333rem;
  padding-right: 0.26666667rem;
  color: #333;
  font-size: 0.37333333rem;
}
.home-container .message-wrap #message {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-container .message-wrap #message .swiper-wrapper {
  /* display: flex;
        flex-direction: column;*/
  width: 100%;
}
.home-container .message-wrap #message .swiper-slide {
  padding-right: 0.4rem;
  width: 100%;
  height: 1.06666667rem;
  line-height: 1.06666667rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.32rem;
  color: #A0A0A0;
}
.home-container .message-wrap .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.home-container .content-wrapper {
  margin-top: -0.53333333rem;
  padding: 0.26666667rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.home-container .content-wrapper .invest-wrap {
  padding: 0.4rem 0.26666667rem;
  background-color: #fff;
  margin-bottom: 0.26666667rem;
}
.home-container .content-wrapper .invest-wrap .statistics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.13333333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.home-container .content-wrapper .invest-wrap .statistics .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-container .content-wrapper .invest-wrap .statistics .item .count {
  font-size: 0.37333333rem;
  color: #333;
  font-weight: bold;
  line-height: 0.53333333rem;
}
.home-container .content-wrapper .invest-wrap .statistics .item .desc {
  margin-top: 0.05333333rem;
  font-size: 0.32rem;
  color: #A0A0A0;
  line-height: 0.45333333rem;
}
.home-container .content-wrapper .invest-wrap .statistics .yield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.96rem;
  height: 2.77333333rem;
  padding-top: 0.58666667rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../../img/home/yield.png") no-repeat;
  background-size: 100% 100%;
}
.home-container .content-wrapper .invest-wrap .statistics .yield .desc {
  font-size: 0.32rem;
  color: #000;
  line-height: 0.45333333rem;
}
.home-container .content-wrapper .invest-wrap .statistics .yield .count {
  color: #DC4F3F;
  font-size: 0.53333333rem;
  line-height: 0.74666667rem;
}
.home-container .content-wrapper .invest-wrap .statistics .yield .count .ft14 {
  font-size: 0.37333333rem;
}
.home-container .content-wrapper .information-wrap {
  margin-top: 0.26666667rem;
  background-color: #fff;
  padding: 0.4rem 0.26666667rem 0;
}
.home-container .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.42666667rem;
  color: #333333;
  font-weight: bold;
  line-height: 0.58666667rem;
}
.home-container .title .line {
  margin-right: 0.13333333rem;
  width: 0.05333333rem;
  height: 0.37333333rem;
  background: #DDC070;
  border-radius: 0.02666667rem;
}
