body{
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
}

.container {
  position: relative;
}

.header {
  position: relative;
  padding: 0.8rem 0.54rem 0.5rem;
  height: 4.35rem;
  overflow: hidden;
}

.header .bg{
  position: absolute;
  left: -1rem;
  top: -0.6rem;
  width: 12rem;
  height: 6.85rem;
  background: #333 no-repeat;
  background-size: 100% 100%;
  z-index: 5;
  filter: blur(0.6rem);
}

.header .bg1{
  position: absolute;
  left: 0rem;
  top: 0rem;
  width: 10rem;
  height: 5.65rem;
  background: rgba(0,0,0,0.4);
  z-index: 6;
}

.header .poster {
  width: 3.1rem;
  height: 4.35rem;
  position: relative;
  z-index: 10;
}

.header .col {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-left: 0.2rem;
  position: relative;
  z-index: 10;
}

.header .col .name {
  font-family: PingFangSC-Regular;
  font-size: 0.4rem;
  line-height: 0.41rem;
  color: #FFFFFF;
  padding: 0.14rem 0 0.85rem;
  font-weight: 600;
  width: 5.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header .col .other {
  font-family: PingFangSC-Light;
  font-size: 0.3rem;
  line-height: 0.34rem;
  color: rgba(255, 255, 255, 0.9);
  text-align: left;
  margin-top: 0.214rem;
  width: 5.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header .col .other span {
  margin-left: 0.1rem;
}

.summary {
  padding: 0.5rem 0.32rem;
}

.summary .title {
  font-family: PingFangSC-Medium;
  font-size: 0.48rem;
  color: #333333;
  font-weight: 600;
}

.summary .des {
  font-family: PingFangSC-Regular;
  font-size: 0.37rem;
  color: #666666;
  text-align: justify;
  line-height: 0.56rem;
  margin-top: 0.45rem;
}

.openapp.unfold {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 4.213rem;
  background: url(../images/bg1.png) no-repeat;
  background-size: cover;
  overflow: hidden;
  background-position: bottom;
}

.openapp.unfold .btn {
  background: #F03D37;
  border-radius: 0.51rem;
  font-family: PingFangSC-Medium;
  font-size: 0.37rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.07rem;
  height: 1.07rem;
  margin: 0 0.8rem;
  position: absolute;
  bottom: 0.32rem;
  width: 8.4rem;
}

.openapp.unfold .row {
  position: absolute;
  width: 100%;
  bottom: 1.9rem;
  text-align: center;
  font-size: 16px;
}

.openapp.unfold .col {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-left: 0.1rem;
  height: 1.4rem;
}

.openapp.unfold .col .title {
  font-family: PingFangSC-Medium;
  font-size: 0.4rem;
  line-height: 0.41rem;
  color: #333333;
  margin-top: 0.15rem;
  font-weight: 600;
}

.openapp.unfold .col .des {
  font-family: PingFangSC-Light;
  font-size: 0.3rem;
  line-height: 0.31rem;
  color: #666666;
  margin-top: 0.4rem;
}

.openapp.unfold .icon {
  width: 1.4rem;
}

.openapp.fold {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 1.6rem;
  background: #FFFFFF;
  box-shadow: 0 -2px 12px 3px rgba(0,0,0,0.04);
  opacity: 0;
  display: none;
}

.openapp.fold .btn {
  position: absolute;
  right: 0.43rem;
  top: 0.42rem;
  background: #F03D37;
  border-radius: 0.51rem;
  font-family: PingFangSC-Medium;
  font-size: 0.37rem;
  color: #FFFFFF;
  text-align: center;
  height: 0.75rem;
  line-height: 0.75rem;
  width: 2.03rem;
}

.openapp.fold .row {
  position: absolute;
  left: 0.43rem;
  width: 6rem;
  height: 100%;
}

.openapp.fold .col {
  position: absolute;
  text-align: left;
  height: 100%;
  width: 100%;
}

.openapp.fold .col .title {
  position: absolute;
  left: 1.4rem;
  top: 0.26rem;
  font-family: PingFangSC-Medium;
  font-size: 0.4rem;
  color: #333333;
  font-weight: 600;
}

.openapp.fold .col .des {
  position: absolute;
  left: 1.4rem;
  bottom: 0.26rem;
  font-family: PingFangSC-Light;
  font-size: 0.3rem;
  color: #666666;
}

.openapp.fold .icon {
  position: absolute;
  top: 0.26rem;
  width: 1.07rem;
}

.placeholder {
  width: 100%;
  height: 2.8rem;
}

.mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  padding-top: 15px;
}
.mask .mask-message1 {
  background-color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0.365rem;
  padding: 17px;
  position: relative;
}

.mask .mask-message1:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  right: 5px;
  top: -6.5px
}

.hide1 {
  display: none;
}

#debug {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  color: #f00
}