.switch-card {
  height: 3.5rem;
  overflow: hidden;
}
.switch-card .card-item {
  width: 100%;
  height: 100%;
}
.switch-card img {
  width: 100%;
  height: 100%;
}
.switch-card .point-container {
  position: absolute;
  width: 100%;
  height: .5rem;
  display: flex;
  justify-content: center;
  bottom: 0rem;
  align-items: center;
}
.switch-card .point-container div {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #c0c0c0;
  margin: 0 .1rem;
}
.switch-card .point-container div.active-point {
  background-color: #28a0ee;
}
.active-target {
  display: block !important;
}
#content {
  margin-bottom: .5rem;
}
#content .content-title {
  font-size: .34rem;
  font-weight: bold;
  text-align: center;
  height: .9rem;
  line-height: .9rem;
  padding: 0px;
}
#content .content-text {
  font-size: .28rem;
  color: #666;
  box-sizing: border-box;
  padding: 0 .2rem;
  text-align: justify;
  margin-bottom: .3rem;
}
#content .tab-card {
  position: relative;
  display: flex;
  height: .8rem;
  font-size: .26rem;
  color: #666;
  background-color: #f5f5f5;
}
#content .tab-card div {
  position: relative;
  width: 50%;
  text-align: center;
  line-height: .8rem;
}
#content .tab-card div.active-tab::before {
  position: absolute;
  display: block;
  content: '';
  width: 90%;
  height: 2px;
  background-color: #28a0ee;
  top: 0px;
  left: 5%;
}
#content .tab-card div.active-tab::after {
  position: absolute;
  display: block;
  content: '';
  border-top: 6px solid #28a0ee;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 0px;
  left: 50%;
}
#content .tab-card::before {
  position: absolute;
  content: '';
  display: block;
  width: 1px;
  height: .5rem;
  border-left: 1px solid #666;
  left: 50%;
  top: .15rem;
}
#content .tab-content {
  display: none;
  background-image: url('../img/index/smart_bg.png');
  height: 2.8rem;
}
#content .tab-content .tab-item {
  float: left;
  width: 33.3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
}
#content .tab-content .tab-item img {
  height: .6rem;
}
#content .tab-content .tab-item .item-name {
  line-height: .7rem;
  font-size: .3rem;
}
#content .tab-content .tab-item .look-details {
  font-size: .26rem;
  line-height: .3rem;
  border: 1px solid #fff;
  padding: .1rem .15rem;
  color: #fff;
}
#content .scroll-card-container {
  position: relative;
  height: 3.4rem;
  overflow: hidden;
  margin: .5rem 0;
  color: #fff;
}
#content .scroll-card-container .card-item {
  position: relative;
  height: 100%;
  width: 33.3%;
  float: left;
}
#content .scroll-card-container .card-item.active {
  background-color: rgba(40, 160, 238, 0.5);
}
#content .scroll-card-container .card-item.active .look-details {
  visibility: visible;
}
#content .scroll-card-container .card-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#content .scroll-card-container .icon {
  height: .7rem;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: .5rem;
  margin-bottom: .2rem;
}
#content .scroll-card-container .card-name {
  font-size: .28rem;
  text-align: center;
  width: 80%;
  margin-left: 10%;
}
#content .scroll-card-container .look-details {
  visibility: hidden;
  position: absolute;
  display: block;
  color: #fff;
  bottom: .55rem;
  margin-left: 50%;
  transform: translateX(-50%);
  width: 1.3rem;
  line-height: .5rem;
  text-align: center;
  border: 1px solid #fff;
}
#content .news-card {
  display: block;
  background-color: #f5f5f5;
  width: 7.1rem;
  margin: auto;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  padding: .2rem;
  margin-bottom: .1rem;
}
#content .news-card .news-info {
  font-size: .24rem;
  flex-grow: 1;
}
#content .news-card .news-title {
  color: #000;
  font-weight: bold;
  margin-bottom: .1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
#content .news-card .news-abstract {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #666;
  line-height: .4rem;
  margin: 0 .1rem;
}
#content .news-card .news-time {
  width: 1.2rem;
  flex-shrink: 0;
  border: 1px solid #000;
  height: 1.2rem;
}
#content .news-card .day,
#content .news-card .date {
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .news-card .day {
  font-size: .35rem;
  font-weight: bold;
}
#content .news-card .date {
  background-color: #000;
  color: #fff;
}
#content .look-more-news {
  display: block;
  width: 1.5rem;
  font-size: .3rem;
  line-height: .3rem;
  text-align: center;
  margin: auto;
  border: 1px solid #999;
  padding: .1rem;
  margin-top: .4rem;
}
#content .left,
#content .right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
#content .left {
  left: .0rem;
}
#content .right {
  right: .0rem;
}
