/* {{component}}.wxss */
.opening-card{
  padding: 1px 0 0 0;
}
.wx-avatar {
  margin: auto;
  width: 11.7em;
  height: 11.7em;
  border-radius: 50%;
  display: block;
  margin-top: 8.4em;
}
.wx-name {
  margin: auto;
  justify-content: center;
  width: 41.5em;
  line-height: 7.5em;
  display: flex;
  color: #fff;
  text-shadow: 0 0.6em 1.2em #b93135;
}
.wx-name .text{
  flex-shrink: 0;
  padding-left: 0.4em;
  font-size: 3.5em;
}
.wx-name .name {
  font-size: 3.5em;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.describe {
  width: 100%;
  box-sizing: border-box;
  padding: 0 4.3em;
  text-shadow: 0 0.6em 1.2em #b93135;
  color: #fff;
  margin-top: 1em;
  text-align: center;
}
.describe .text{
  font-size: 4.3em;
  word-break: break-all;
}

.open-img {
  width: 18em;
  height: 18em;
  position: absolute;
  bottom: 14.5em;
  left: 0;
  right: 0;
  margin: auto;
}
.open-img .img{
  width: 100%;
  height: 100%;
}
.link-to {
  position: absolute;
  bottom: 7em;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  text-align: center;
}
.link-to .text {
  font-size: 2.6em;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
}