
.m-end{
    position: relative;
    
}
img{
    width: 100%;
}
.forum{
    width: 2.4rem;
    height: .8rem;
    position: absolute;
    bottom: 4rem;
    left: .8rem;
}
.share{
    width: 2.4rem;
    height: .8rem;   
    position: absolute;
    bottom: 4rem;
    right: 1.1rem;
}
.reserve-content {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1.5rem;
    background-color: #272324;
    opacity: .9;
    /* z-index: 20; */
}

.app-icon img{
    width: 1.2rem;
    height: 1.2rem;
    margin-left: .2rem;
    
}

.app-info {   
    width: 3.4rem;
    margin-left: 0.2rem;
    height: 1.59rem;
    position: relative;
    
}

.app-title {
    font-size: 0.32rem;
    color: #ffffff;
    position: absolute;
    top: .3rem;
}

.app-desc {
    font-size: 0.24rem;
    color: #ffffff;
    opacity: .85;
    position: absolute;
    top: .88rem;
}


.reserve {
    width: 2rem;
    height: 0.8rem;
    background: #dc132a;
    border: 1px solid #dc132a;
    color: #fff;
    border-radius: 0.42rem;
    box-sizing: border-box;
    font-size: 0.32rem;
    /* font-weight: bold; */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    
    margin-left: .2rem;
}
/* deeplink拉起客户端提示框 */
.dep-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 999999;
    display: none;
  }
  
  .dep-tip-content {
    width: 90%;
    max-width: 360px;
    background: rgb(255, 255, 255);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
  }
  
  .dep-tip-title {
    font-size: 15px;
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 5% 4%;
  }
  
  .dep-tip-select {
    display: flex;
  }
  
  .dep-tip-select .dep-no,
  .dep-tip-select .dep-yes {
    flex: 1;
    text-align: center;
    box-sizing: border-box;
    padding: 2% 0 5%;
  }
  
  .dep-no-select,
  .dep-yes-select {
    display: block;
    width: 80%;
    padding: 8px 0;
    font-size: 15px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 20px;
    background-color: #f7f7f7;
    box-shadow: inset 0 1px 2px #fdfdfd;
    margin: 0 auto;
  }
  
  .dep-no-select {
    color: #000;
  }
  
  .dep-yes-select {
    color: #007dff;
  }
  
  .dep-tip-select .dep-no {
    color: #000;
  }
  
  
/* 非客户端提示 */
.mongolia {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 999999;
}

.mongolia .yst {
    width: 80%;
    margin-left: 15%;
    margin-top: 0%;
}

.mongolia img {
    width: 100%;
}