/* 2. 内容部分 */
.content-box{
  padding: 0.43rem 0.1rem 0.06rem 0.1rem;
}
.one-title{
  text-align: center;
  margin-bottom: 0.34rem;
}
.content-box .pic{
  width: 100%;
}
.banner-pic{
  margin-bottom: 0.1rem;
}
.card{
  text-align: center;
  margin-bottom: 0.25rem;
}
.r-card{
  margin-right: 0.1rem;
}
/* 2.1 inbox */
.inbox-content{
  background-color: #fafafa;
  padding: 0.43rem 0.1rem 0.3rem 0.1rem;
}
.inbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inbox .card{
  width: 32%;
  text-align: center;
  margin-bottom: .2rem;
}
.inbox .card .pic{
  border: 1px solid #ddd;
  background-color: #fff;
  margin-bottom: 0.1rem;
}
.inbox .card .pic img{
  width: 100%;
}
.inbox .card .eng{
  transform: scale(0.6);
  line-height: 12px;
  white-space: nowrap;
}
/* 查看详情 */
.url{
  padding: 0.12rem 0.12rem 0.12rem 0;
  text-align: right;
  border-top: 1px solid #ddd;
}
.icon-detail::after{
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #FDD100 url(../img/icon/play.png) no-repeat center center;
  background-size: 100%;
  position: relative;
  top: 3px;
  right: -0.1rem;
}
/* 北海道芝士条 */
.cheese-content .one-title{
  margin-bottom: 0.12rem;
}
.cheese-content .rw{
  margin-bottom: 0.3rem;
  text-align: center;
}

/* 双层芝士 */
.double-cheese .pic{
  margin-bottom: 0.17rem;
}
/* 小情酥 */
.crisp .pic{
  margin-bottom: 0.12rem;
}
.crisp .url{
  margin-bottom: 0.11rem;
}
/* 一口 */

.inbox-content .all-text,
.cheese-content .all-text{
  white-space: nowrap;
  overflow: hidden;
}

.new-box{
  background-color: #fff;
  padding: 0.43rem 0.1rem 0.06rem 0.1rem;
}