/* 招商加盟首页样式 */



/* banner样式开始 */
html,
body {
  overflow-x: hidden;
  background: #ededed;
}

.investment>.banner {
  width: 100%;
  /*height: 4.02rem;*/
  box-sizing: border-box;
  position: relative;
  background: #fff;
  overflow-x: hidden;
}

.investment>.banner>.investment-banner_top {
  height: 0.7rem;
  display: flex;
  align-items: center;
  position: absolute;
  margin: 0.12rem 0.3rem 0;
  z-index: 11;
}

.investment>.banner>.investment-banner_top>img {
  width: 1.7rem;
  height: 0.57rem;
  vertical-align: middle;
  margin-right: 0.4rem;
}

.investment>.banner>.investment-banner_top>.investment-search {
  width: 4.8rem;
  height: 0.7rem;
  background-color: #ffffff;
  opacity: 0.64;
  border-radius: 0.5rem;
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #999999;
  line-height: 0.7rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.investment-banner_top>.investment-search>input{
  width: 3.3rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  line-height: 0.5rem;
}
.investment>.banner>.investment-banner_top>.investment-search>i {
  margin: 0 0.2rem 0 0.35rem;
}

.investment>.banner>.swiper-container-banner {
  width: 100%;
}

.investment>.banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.19rem;
  height: 0.18rem;
  border: solid 0.01rem #ffffff;
  background: transparent;
  opacity: 1;
}

.investment>.banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.investment>.banner>.swiper-container-banner .swiper-slide>img {
  width: 100%;
}

/* banner样式结束 */

/* 主导航样式开始 */
.investment-nav {
  width: 100%;
  height: 1.8rem;
  background-color: #ffffff;
}

.investment-nav>ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.34rem 0.7rem 0;
  box-sizing: border-box;
}

.investment-nav>ul>li>a {
  display: block;
}

.investment-nav>ul>li>a>p {
  width: 0.82rem;
  height: 0.82rem;
  background-image: linear-gradient(0deg,
    #ff4c28 0%,
    #ff765a 100%);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 0.82rem;
  margin: 0 auto;
}

.investment-nav>ul>li>a>p>i {
  font-size: 0.44rem;
}

.investment-nav>ul>li>a>span {
  font-size: 0.28rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #333333;
  margin-top: 0.18rem;
}

.investment-nav>ul>li:nth-of-type(2)>a>p {
  background-image: linear-gradient(0deg,
    #ff9825 0%,
    #ffc74f 100%);
}

.investment-nav>ul>li:nth-of-type(3)>a>p {
  background-image: linear-gradient(0deg,
    #26c29a 0%,
    #54e7c1 100%);
}

.investment-nav>ul>li:nth-of-type(4)>a>p {
  background-image: linear-gradient(0deg,
    #14b4dd 0%,
    #41d8fe 100%);
}

/* 主导航样式结束 */

/*轮播广告样式开始*/
.swiperAdv {
  height: 0.74rem;
  /* border-top: 0.01rem #cccccc solid; */
  margin: 0.2rem 0;
  box-sizing: border-box;
  padding: 0.1rem 0.5rem;
  display: flex;
  overflow: hidden;
  background: #fff;
}

.swiperAdv>p {
  /* width: 4rem; */
  font-size: 0.3rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #333333;
  line-height: 0.6rem;
}

/*.swiperAdv>p::after {*/
/*  display: inline-block;*/
/*  content: "";*/
/*  width: 0.04rem;*/
/*  height: 0.34rem;*/
/*  background-color: #ff0000;*/
/*  vertical-align: middle;*/
/*  margin-left: 0.29rem;*/
/*  margin-right: 0.31rem;*/

/*}*/
.swiperAdv>p>span{
    float: left;
border-right: 2px solid #f00;
height: 0.4rem;
padding-right: .2rem;
margin-right: .2rem;
line-height: 0.4rem;
margin-top: .1rem;
}
.swiperAdv>p>i {
  color: red;
  vertical-align: middle;
  margin-right: 0.1rem;
  float:left;
}

.investment>.swiperAdv .swiper-wrapper {
  height: 100%;
}

.investment>.swiperAdv .swiper-slide {
  display: flex;
}

.investment>.swiperAdv .swiper-slide>a {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.investment>.swiperAdv .swiper-slide>a>p {
  width: 4.16rem;
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  height:0.3rem;
  margin-top:.1rem;
  letter-spacing: 0rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.investment>.swiperAdv .swiper-slide>a>div {
  margin-left: 0.3rem;
}

.investment>.swiperAdv .swiper-slide>a>div>i {
  font-size: 0.16rem;
  vertical-align: middle;
}

/*轮播广告样式结束*/

/* 新品推荐样式开始 */
.goods-recommend {
  background: #fff;
  margin-bottom: 0.2rem;
  padding: 0.17rem 0.29rem 0.2rem;
  box-sizing: border-box;
}

.goods-recommend>.title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.goods-recommend>.title>h4 {
  font-size: 0.34rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #333333;
  font-weight: 600;
}

.goods-recommend>.title>p {
  font-size: 0.26rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #666666;
}

.goods-recommend>.title>p>i {
  vertical-align: middle;
}

.goods-recommend>ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.goods-recommend>ul>li>a {
  display: block;
  width: 3.31rem;
  height: 3.09rem;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.1rem 0rem rgba(172, 172, 172, 0.35);
  border-radius: 0.08rem;
  margin-top: 0.25rem;
}

.goods-recommend>ul>li>a>img {
  display: block;
  width: 3.31rem;
  height: 1.68rem;
}

.goods-recommend>ul>li>a>div {
  box-sizing: border-box;
  padding: 0rem 0.1rem 0.17rem 0.1rem;
}

.goods-recommend>ul>li>a>div>h6 {
  font-size: 0.3rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #333333;
  margin:.2rem 0;
}

.goods-recommend>ul>li>a>div>p:first-of-type {
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.goods-recommend>ul>li>a>div>p:last-of-type {
  font-size: 0.3rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #e00b0b;
  line-height: 0.5rem;
  display:none;
}

.goods-recommend>ul>li>a>div>p:last-of-type>span {
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #999999;
}

/* 新品推荐样式结束 */

/* 十大排行榜样式开始 */
.ranking {
  background: #fff;
  padding: 0.29rem 0 0.31rem 0.27rem;
  box-sizing: border-box;
}

.ranking>h3 {
  font-size: 0.34rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #333333;
  margin-bottom: 0.3rem;
}

.ranking .swiper-slide {
  width: 6.4rem !important;
  background-color: #ffffff;
  box-shadow: 0rem 0.06rem 0.2rem 0rem rgba(0, 0, 0, 0.1);
  border-radius: 0.08rem;
  padding: 0.27rem 0.3rem;
  box-sizing: border-box;
}

.ranking .swiper-slide>h5 {
  font-size: 0.3rem;
  color: #333333;
  margin-bottom: 0.3rem;
}

.ranking .swiper-slide>ul>li {
  margin-bottom: 0.3rem;
}

.ranking .swiper-slide>ul>li>a {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.ranking .swiper-slide>ul>li>a>span {
  font-size: 0.24rem;
  color: #bbbbbb;
  font-weight: 600;
  line-height: 0.8rem;
  display: inline-block;
  width: 0.24rem;
}

.ranking .swiper-slide>ul>li>a>.pic {
  width: 1.3rem;
  height: 0.8rem;
  border-radius: 0.08rem;
  /* border: solid 0.01rem #dddddd; */
  /* margin: 0 0.2rem; */
}

.ranking .swiper-slide>ul>li>a>.pic>img {
  display: block;
  width: 1.3rem;
  height: 0.8rem;
}

.ranking .swiper-slide>ul>li>a>.intro {
  width: 1.96rem;
  font-size: 0.28rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ranking .swiper-slide>ul>li>a>.intro>p {
  width: 1.96rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ranking .swiper-slide>ul>li>a>.intro>span {
  display: block;
  width: 1.96rem;
  font-size: 0.24rem;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ranking .swiper-slide>ul>li>a>p {
  font-size: 0.26rem;
  color: #333333;
}

.ranking .swiper-slide>ul>li>a>.trend {
  width: 0.22rem;
  height: 0.22rem;
}

.ranking .swiper-slide>ul>li>a>.to_up {
  background: url("../img/to_up.png") no-repeat center/100% 100%;
}

.ranking .swiper-slide>ul>li>a>.to_down {
  background: url("../img/to_down.png") no-repeat center/100% 100%;
}

.ranking .swiper-slide>ul>li>a>.situation1 {
  background: url("../img/to_up.png") no-repeat center/100% 100%;
}

.ranking .swiper-slide>ul>li>a>.situation2 {
  background: url("../img/to_down.png") no-repeat center/100% 100%;
}

.ranking .swiper-slide>ul>li>a>.one {
  font-style: italic;
  color: #e00b0b;
}

.ranking .swiper-slide>ul>li>a>.two {
  font-style: italic;
  color: #ff7640;
}

.ranking .swiper-slide>ul>li>a>.three {
  font-style: italic;
  color: #f1a31b;
}

/* 十大排行榜样式结束 */

/* 图片广告位样式开始 */
.advPic {
  width: 100%;
  height: 1.23rem;
  margin: 0.21rem 0;
  background: red;
}
.advPic>a,
.advPic>a>img {
  display: block;  
  width: 100%;
  height: 1.23rem;
}


/* 图片广告位样式结束 */

/* 招商咨询样式开始 */
.hot {
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 0.2rem;
  box-sizing: border-box;
  padding: 0.21rem 0.30rem 0.53rem;
}

.hot>ul {
  display: flex;
}

.hot>ul>li {
  width: 50%;
  height: 0.31rem;
  text-align: center;
  font-size: 0.32rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.36rem;
  letter-spacing: 0rem;
  color: #666666;
}

.hot>.hot-content {
  margin-top: 0.32rem;
}

.hot>.hot-content>div>ul>li{
  margin-bottom: 0.4rem;
}
.hot>.hot-content>div>ul>li>a{
  display: flex;
  justify-content: space-between;
}
.hot>.hot-content>div>ul>li:last-of-type {
  margin-bottom: 0;
}

.hot>.hot-content>div>ul>li>a>div>h6 {
  width: 4.08rem;
  font-size: 0.3rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hot>.hot-content>div>ul>li>a>div>p {
  width: 4.08rem;
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hot>.hot-content>div>ul>li>a>div>p:first-of-type {
  margin: 0.19rem 0;
}

.hot>.hot-content>div>ul>li>a>div>p:last-of-type {
  color: #999;
}
.hot>.hot-content>div>ul>li>a>div>p:last-of-type>span:nth-of-type(2){
  display: inline-block;
  width: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot>.hot-content>div>ul>li>a>div>p:last-of-type i {
  /* font-size: 0.15rem; */
  color: #ff602e;
  /* vertical-align: middle; */
  vertical-align: -0.02rem;
}

.hot>.hot-content>div>ul>li>a>.hot-content_pic {
  width: 2.4rem;
  height: 1.43rem;
  border-radius: 0.04rem;
}

.hot>.hot-content>div>ul>li>a>.hot-content_pic>img {
  display: block;
  width: 2.4rem;
  height: 1.43rem;
}

.hot>.hot-content>div>a {
  display: block;
  width: 6.61rem;
  height: 0.53rem;
  background-color: #ededed;
  border-radius: 0.27rem;
  font-size: 0.24rem;
  line-height: 0.53rem;
  text-align: center;
  color: #333333;
  margin: 0.31rem auto 0;
}

.hot>.hot-content>div>ul>li>a>div>a>i {
  vertical-align: middle;
  font-size: 0.27rem;
}

.hot>.hot-content>.hot-content_article {
  display: none;
}

.hot>.hot-content>.hot-content_story {
  display: none;
}

.hot>ul>.chooce::after {
  display: block;
  content: "";
  width: 0.38rem;
  height: 0.04rem;
  background-color: #e00b0b;
  margin: 0.13rem auto 0;
}

/* 招商咨询样式结束 */