.citeNews {
  margin-top: 0.2rem;
  padding: 0.1rem 0.2rem;
  background-color: #fff;
}

.citeNews .cn-head {
  float: left;
  width: 4.6rem;
  padding-left: 0.11rem;
  white-space: nowrap;
  overflow: hidden;
}

.citeNews .cn-title {
  display: block;
  position: relative;
  margin-top: 0.12rem;
  color: #1487ff;
  font-size: 0.25rem;
}

.citeNews .cn-title:before {
  content: "";
  position: absolute;
  left: -0.13rem;
  top: 0.02rem;
  width: 0.04rem;
  height: 0.21rem;
  overflow: hidden;
  background-color: #1487ff;
}

.citeNews .cn-head p {
  margin-top: 0.13rem;
}

.citeNews .cn-thumbnail {
  float: right;
  width: 1rem;
  height: 1rem;
  overflow: hidden;
}

.citeNews .cn-thumbnail img {
  width: 100%;
  height: 100%;
}

.citeNews .cn-more {
  display: inline-block;
  margin-top: 0.15rem;
  font-size: 0.14rem;
}

.citeUserMenu {
  margin-top: 0.2rem;
  background-color: #fff;
}

.citeUserMenu .cum-item {
  float: left;
  width: 50%;
}

.citeUserMenu .ico-box {
  float: left;
  width: 0.7rem;
  height: 0.7rem;
  margin-left: 0.35rem;
  margin-top: 0.3rem;
  line-height: 0.7rem;
  text-align: center;
  border-radius: 50%;
  background-color: #1487ff;
}

.citeUserMenu .ico {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}

.citeUserMenu .cum-main {
  float: left;
  margin-top: 0.4rem;
  margin-left: 0.15rem;
  padding-bottom: 0.3rem;
}

.citeUserMenu .cum-title {
  font-size: 0.26rem;
  color: #000;
}

.citeUserMenu .cum-p {
  margin-top: 0.1rem;
  color: #929090;
  white-space: nowrap;
  overflow: hidden;
}

.citeUserMenu .ico-exchange {
  width: 0.46rem;
  height: 0.34rem;
  background: url("../images/index/ico_exchange.png");
  -webkit-background-size: 0.46rem 0.34rem;
  background-size: 0.46rem 0.34rem;
}

.citeUserMenu .ico-privilege {
  width: 0.44rem;
  height: 0.42rem;
  background: url("../images/index/ico_privilege.png");
  -webkit-background-size: 0.44rem 0.42rem;
  background-size: 0.44rem 0.42rem;
}

.citeUserMenu .ico-recommend {
  width: 0.46rem;
  height: 0.46rem;
  background: url("../images/index/ico_recommend.png");
  -webkit-background-size: 0.46rem 0.46rem;
  background-size: 0.46rem 0.46rem;
}

.citeUserMenu .ico-reward {
  width: 0.38rem;
  height: 0.44rem;
  background: url("../images/index/ico_reward.png");
  -webkit-background-size: 0.38rem 0.44rem;
  background-size: 0.38rem 0.44rem;
}

.citeProduct {
  margin-top: 0.2rem;
  background-color: #fff;
  padding-bottom: 0.5rem;
}

.citeProduct .cp-coverImg img {
  max-width: 100%;
}

.citeProduct .cp-swiper {
  position: relative;
  z-index: 100;
  padding-top: 0.2rem;
  width: 6.3rem;
  height: 2.87rem;
  overflow: hidden;
}

.citeProduct .cp-list {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.citeProduct .cp-item {
  float: left;
  width: 2.1rem;
}

.citeProduct .cp-item a {
  display: block;
}

.citeProduct .cp-thumbnail {
  display: block;
  width: 1.95rem;
  height: 1.95rem;
  margin: 0 auto;
}

.citeProduct .cp-title {
  margin: 0.15rem 0.2rem 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #1e1e1e;
}

.citeProduct .cp-price {
  margin: 0.25rem 0.2rem 0;
  white-space: nowrap;
  font-size: 0.28rem;
  color: #1487ff;
}

.citeSpecialNews {
  margin-top: 0.2rem;
  background-color: #fff;
}

.citeSpecialNews .csn-head {
  line-height: 0.82rem;
  text-align: center;
}

.citeSpecialNews .csn-t {
  font-size: 0.3rem;
  color: #000;
}

.citeSpecialNews .csn-more {
  font-size: 0.14rem;
  color: #666;
  margin-left: 0.15rem;
}

.citeSpecialNews .csn-swiper {
  padding-left: 0.2rem;
  height: 3.5rem;
  overflow: hidden;
}

.citeSpecialNews .csn-list {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.citeSpecialNews .csn-item {
  float: left;
  width: 5rem;
  margin-right: 0.2rem;
}

.citeSpecialNews .csn-item a {
  display: block;
}

.citeSpecialNews .csn-thumbnail {
  width: 100%;
  height: 2.5rem;
  overflow: hidden;
}

.citeSpecialNews .csn-thumbnail img {
  width: 100%;
  height: 100%;
}

.citeSpecialNews .csn-title {
  position: relative;
  margin-top: 0.15rem;
  padding-right: 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.26rem;
  color: #1e1e1e;
}

.citeSpecialNews .csn-price {
  position: absolute;
  top: 0;
  right: 0;
  color: #1487ff;
  background-color: #fff;
}

.citeSpecialNews .csn-des {
  overflow: hidden;
  margin-top: 0.13rem;
  padding-right: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}