.wp-box-view {
  width: 310px;
  height: 430px;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 1px 0px 1px rgb(229, 227, 227);
  float: left;
  background: #FFFFFF;
}

.wp-box-view .icon {
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 231px;
}

.wp-box-view .icon .van-empty {
  border-radius: 5px 5px 0 0;
  background: rgba(190, 186, 186, 0.1);
}

.wp-box-view .icon img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  max-height: 231px;
}

.wp-box-view .divider {
  width: calc(100% - 17px);
  height: 6px;
  position: absolute;
  top: 244px;
  left: 9px;
}

.wp-box-view .divider1 {
  background: url(./divider1.png) no-repeat center center;
  background-size: 100% 100%;
}

.wp-box-view .divider2 {
  background: url(./divider2.png) no-repeat center center;
  background-size: 100% 100%;
}

.wp-box-view .divider3 {
  background: url(./divider3.png) no-repeat center center;
  background-size: 100% 100%;
}

.wp-box-view .divider4 {
  background: url(./divider4.png) no-repeat center center;
  background-size: 100% 100%;
}

.wp-box-view .divider5 {
  background: url(./divider5.png) no-repeat center center;
  background-size: 100% 100%;
}

.wp-box-view .divider6 {
  background: url(./divider6.png) no-repeat center center;
  background-size: 100% 100%;
}

.wp-box-view .divider7 {
  background: url(./divider7.png) no-repeat center center;
  background-size: 100% 100%;
}

.wp-box-view .title {
  line-height: 1;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 18px;
  color: #1B1B1B;
  position: absolute;
  top: 268px;
  left: 20px;
  right: 20px;
}

.wp-box-view .desc {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #5A5A5A;
  line-height: 26px;
  position: absolute;
  top: 305px;
  left: 20px;
  right: 20px;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.wp-box-view .button {
  width: 137px;
  height: 46px;
  position: absolute;
  right: 27px;
  bottom: 11px;
  background: url(./button.png) center center no-repeat;
  background-size: 100% 100%;
  line-height: 46px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 16px;
  color: #56B3C5;
  padding-left: 25px;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.3s;
}

.wp-box-view .button:hover {
  background: url(./button-hover.png) center center no-repeat;
  background-size: 100% 100%;
}

.wp-box-view .button:active {
  background: url(./button.png) center center no-repeat;
  background-size: 100% 100%;
}