#content {
  background-color: #f7f8fa;
}
#content .active-target {
  display: block !important;
}
#content .content-title {
  font-size: .34rem;
  font-weight: bold;
  text-align: center;
  line-height: .5rem;
  padding: .2rem .2rem;
}
#content .smart-way {
  display: none;
}
#content .smart-way .title {
  background-color: #fff;
  text-align: center;
  font-size: .34rem;
  font-weight: bold;
  padding-bottom: .3rem;
}
#content .smart-way .border {
  border-top: 0.2rem solid rgba(153, 153, 153, 0.3);
}
#content .smart-way .info-item {
  display: flex;
  flex-direction: column;
  padding: .4rem .2rem 0 .2rem;
  background-color: #f3f3f3;
  margin-bottom: .4rem;
}
#content .smart-way .info-item .info-content {
  width: 100%;
  display: flex;
  align-items: center;
}
#content .smart-way .info-item .info-content .small-img {
  width: .7rem;
  height: .6rem;
  margin-right: .3rem;
  margin-left: .1rem;
}
#content .smart-way .info-item .info-content img {
  width: 1rem;
  height: .9rem;
  margin-right: .2rem;
}
#content .smart-way .info-item .info-content .name {
  font-size: .3rem;
  font-weight: bold;
  line-height: .5rem;
}
#content .smart-way .info-item .info-content .text {
  line-height: .5rem;
  color: #666;
  font-size: .25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 5.5rem;
}
#content .smart-way .info-item .look-details {
  display: inline-block;
  font-size: .26rem;
  color: #28a0ee;
  width: 1.8rem;
  margin-left: calc(100% - 1.45rem);
  margin-bottom: .2rem;
}
#content .smart-way .info-item .look-details img {
  height: .2rem;
  margin-left: .1rem;
}
#content .smart-way .platform-card {
  position: relative;
  width: 100%;
  margin-bottom: .3rem;
}
#content .smart-way .platform-card img {
  width: calc(100% - .5rem);
  height: 7.5rem;
  margin-left: .25rem;
}
#content .smart-way .platform-card .card-info {
  position: absolute;
  width: calc(100% - .4rem);
  margin-left: .2rem;
  box-shadow: 0 0 4px #4874ab;
  bottom: 0px;
  background-color: #4874ab;
  box-sizing: border-box;
  padding: 0rem .3rem;
  padding-top: .2rem;
  padding-bottom: .15rem;
  color: #fff;
}
#content .smart-way .platform-card .card-info .platform-name {
  font-size: .32rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: .6rem;
}
#content .smart-way .platform-card .card-info .platform-info {
  font-size: .3rem;
  line-height: .45rem;
  color: rgba(255, 255, 255, 0.8);
  margin: .2rem 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#content .smart-way .platform-card .card-info .platform-keyword {
  font-size: .3rem;
  color: rgba(255, 255, 255, 0.9);
}
#content .smart-way .switch-card {
  height: 4.1rem;
  overflow: hidden;
}
#content .smart-way .switch-card .card-item {
  display: flex;
  margin-top: .4rem;
  width: 100%;
}
#content .smart-way .switch-card .card-item .left {
  width: 3rem;
  flex-shrink: 0;
  margin-top: .3rem;
}
#content .smart-way .switch-card .card-item .left div {
  width: 3rem;
  padding: 0 .1rem;
  box-sizing: border-box;
  font-size: .3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: .3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#content .smart-way .switch-card .card-item .left img {
  width: 100%;
  box-sizing: border-box;
  padding: .2rem;
  background-color: #fff;
}
#content .smart-way .switch-card .card-item .right {
  width: calc(100% - 3rem);
  font-size: .25rem;
  color: #666;
  background-color: #fff;
  padding: .2rem .2rem;
  word-break: break-all;
  line-height: .45rem;
  height: 2.5rem;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
#content .smart-way .switch-card .point-container {
  position: absolute;
  width: 100%;
  height: .5rem;
  display: flex;
  justify-content: center;
  bottom: 0rem;
  align-items: center;
}
#content .smart-way .switch-card .point-container div {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #c0c0c0;
  margin: 0 .1rem;
}
#content .smart-way .switch-card .point-container div.active-point {
  background-color: #28a0ee;
}
#content .smart-way .digital-way,
#content .smart-way .save-check {
  margin-top: .4rem;
}
#content .smart-way .digital-way .text-img,
#content .smart-way .save-check .text-img {
  position: relative;
  overflow: hidden;
}
#content .smart-way .digital-way .text-img .bgimg,
#content .smart-way .save-check .text-img .bgimg {
  height: 4.1rem;
}
#content .smart-way .digital-way .text-img .text,
#content .smart-way .save-check .text-img .text {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #fff;
}
#content .smart-way .digital-way .text-img .text .top,
#content .smart-way .save-check .text-img .text .top {
  display: flex;
  justify-content: center;
  margin-top: .7rem;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  align-items: center;
}
#content .smart-way .digital-way .text-img .text .top .top-title,
#content .smart-way .save-check .text-img .text .top .top-title {
  font-size: .2rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#content .smart-way .digital-way .text-img .text .top img,
#content .smart-way .save-check .text-img .text .top img {
  margin-right: .5rem;
  width: 1.1rem;
  height: .88rem;
  flex-shrink: 0;
}
#content .smart-way .digital-way .text-img .text .bottom,
#content .smart-way .save-check .text-img .text .bottom {
  box-sizing: border-box;
  padding: 0rem .7rem;
  line-height: .4rem;
  font-size: .25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin: .3rem 0;
  text-align: justify;
}
#content .smart-way .digital-way .mask,
#content .smart-way .save-check .mask {
  position: absolute;
  width: 100%;
  height: 4.1rem;
  top: 0px;
  left: 0px;
  background-color: rgba(40, 160, 238, 0.3);
}
#content .smart-way .smart-service {
  position: relative;
}
#content .smart-way .smart-service .img-container {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 5rem;
}
#content .smart-way .smart-service .img-container img {
  position: absolute;
}
#content .smart-way .smart-service .img-container .bgimg {
  width: 100%;
  height: 100%;
}
#content .smart-way .smart-service .img-container .upper {
  width: calc(100% - .4rem);
  margin: .76rem .2rem 0 .2rem;
}
#content .smart-traffic {
  display: none;
  background-color: #fff;
}
#content .smart-traffic .info-item {
  display: flex;
  flex-direction: column;
  padding: .4rem .2rem 0 .2rem;
  background-color: #f3f3f3;
  margin-bottom: .4rem;
}
#content .smart-traffic .info-item .info-content {
  width: 100%;
  display: flex;
  align-items: center;
}
#content .smart-traffic .info-item .info-content .small-img {
  width: .7rem;
  height: .6rem;
  margin-right: .3rem;
}
#content .smart-traffic .info-item .info-content img {
  width: 1rem;
  height: .9rem;
  margin-right: .2rem;
}
#content .smart-traffic .info-item .info-content .name {
  font-size: .34rem;
  font-weight: bold;
  line-height: .5rem;
}
#content .smart-traffic .info-item .info-content .text {
  line-height: .5rem;
  color: #666;
  font-size: .25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 5.5rem;
}
#content .smart-traffic .info-item .look-details {
  display: inline-block;
  font-size: .26rem;
  color: #28a0ee;
  width: 1.8rem;
  margin-left: calc(100% - 1.45rem);
  margin-bottom: .2rem;
}
#content .smart-traffic .info-item .look-details img {
  height: .2rem;
  margin-left: .1rem;
}
