.top-cover {
  height: 32vw;
  background: url(../images/homeTop.png) no-repeat;
  background-size: 100% 100%;
  padding: 13.33vw 0 5.33vw;
}
.top-title-img {
  display: block;
  width: 74.67vw;
  margin: 0 auto;
}
.cont-cover {
  padding: 2.13vw;
  background-color: #efefef;
  position: relative;
}
.common-part-cont {
  padding: 2.13vw 3.2vw;
  position: relative;
  background: url(../images/bm_bg.png) no-repeat;
  background-color: #fff;
  min-height: 61.33vw;
  border-radius: 0.8vw;
  margin-bottom: 3.73vw;
}
.bm-cont {
}
.bm-title {
  font-size: 5.33vw;
  color: #0256ff;
  font-weight: bold;
  margin-bottom: 1.6vw;
}
.bm-link-a {
  display: block;
  width: 100%;
  height: 26.67vw;
  background: url(../images/bm-img.png) no-repeat;
  background-size: 110% 130%;
  background-position: 50% 50%;
  margin-bottom: 2.13vw;
  position: relative;
}
.home-common-text {
  font-size: 3.2vw;
  color: #666;
  line-height: 5.87vw;
}
.home-label {
  font-weight: bold;
}
.lb-cont {
  height: 48vw;
  position: relative;
  margin-bottom: 2.13vw;
}
.home-swipe {
  height: 100%;
  border-radius: 0.8vw;
  overflow: hidden;
}
.home-swipe-img {
  display: block;
  width: 100%;
  height: 100%;
}
.home-swipe .van-swipe__indicator {
  width: 2.67vw;
  height: 2.67vw;
}
.van-swipe__indicator {
  background-color: rgba(229, 229, 229, 1);
}
.home-common-title {
  font-size: 5.33vw;
  color: #000;
  font-weight: bold;
  margin-bottom: 2.13vw;
}
.ssss-tabs {
  display: flex;
  flex-wrap: wrap;
}
.sssz-tab-item {
  margin-bottom: 2.13vw;
  width: 33.33%;
}
.sssz-tab-item:nth-of-type(3n + 1) {
  padding-right: 1.6vw;
}
.sssz-tab-item:nth-of-type(3n + 2) {
  padding: 0 1.6vw;
}
.sssz-tab-item:nth-of-type(3n) {
  padding: 0 0 0 1.6vw;
}
.sssz-tab-inner-item {
  height: 9.6vw;
  border: 0.27vw solid #0256ff;
  border-radius: 0.53vw;
  /* padding-top: 0.53vw; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.sssz-label {
  font-size: 2.67vw;
  color: #3d3d3d;
  text-align: center;
}
.sssz-tab-active {
  background-color: rgba(0, 43, 255, 0.05);
}
.sssz-tab-active .sssz-label {
  color: rgba(2, 86, 255, 1);
}
.sssz-detail {
  padding: 8vw 4.27vw 8vw 5.33vw;
  position: relative;
  border: 0.27vw solid rgba(0, 114, 255, 0.1);
}
.sssz-detail::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.8vw;
  border-radius: 0.53vw;
  background-color: rgba(2, 86, 255, 1);
  height: 100%;
}
.star-cont {
  padding: 0 5.33vw 0 16vw;
  margin-bottom: 10px;
}
.star-detail-cover {
  /* padding-bottom: 5.33vw; */
  position: relative;
}
.star-detail-cover:not(:last-of-type) {
  padding-bottom: 5.33vw;
}
.star-detail-cover:not(:last-of-type)::after {
  content: '';
  display: block;
  height: 5.33vw;
  width: 0;
  border-left: 1px dashed rgba(0, 114, 255, 1);
  position: absolute;
  left: 0;
  bottom: 0;
}
.star-detail-inner {
  height: 11.2vw;
  background: url(../images/lcbg.png) no-repeat;
  background-size: 125% 125%;
  padding: 0 0 0 8.53vw;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 114, 255, 0.1);
}
.star-num-span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 4.27vw;
  font-weight: bold;
  width: 9.6vw;
  height: 9.6vw;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -4.8vw;
  background-color: rgba(0, 123, 255, 1);
}
.sslc-cont {
  background: url(../images/lcsz-bg.png) no-repeat;
  background-size: 100% 100%;
}
.star-label {
  font-size: 3.73vw;
  color: rgba(51, 51, 51, 1);
  line-height: 5.87vw;
}
.star-time {
  font-size: 3.2vw;
  color: rgba(102, 102, 102, 1);
  margin-left: 2.13vw;
}
.star-icon-cover {
  display: flex;
  align-items: center;
  position: relative;
}
.more-title-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.more-link-a {
  color: #0256ff;
  font-weight: 500;
  font-size: 3.73vw;
}
.dsdt-cont-detail {
  padding: 3.2vw 3.2vw 1.33vw 5.33vw;
  margin-bottom: 2.67vw;
}
.dsdt-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 3.73vw;
  color: #333;
  line-height: 5.87vw;
}
.dsdt-item-cont {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2; /* 限制行数为3 */
  overflow: hidden;
  font-size: 3.2vw;
  color: #666;
  line-height: 5.33vw;
}
.dsdt-outer-part {
  min-height: 26.67vw;
}
.bm-inner-text{
	text-align:center;
}

.bm-inner-cont {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.67vw 5.33vw;
}
.bm-left-img {
  width: 26.67vw;
  height: 26.67vw;
  background: url(../images/bm-img-left.png) no-repeat;
  background-size: 100% 100%;
}
.bm-right-cover {
  flex: 1;
  overflow: hidden;
}
.bm-right-text {
  font-size: 6vw;
  color: #fff;
  font-weight: bold;
  text-align: center;
}