div {
  box-sizing: border-box;
}
.container {
  position: relative;
  padding-bottom: 2.8rem;
  background: #ffffff;
}
.container .share_icon {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: 0.48rem;
  height: 0.48rem;
}
.container .img {
  display: block;
  width: 100%;
}
.container .margin_bottom_74 {
  margin-bottom: 0.74rem;
}
.container .top_btn_box {
  position: relative;
  width: 100%;
  height: 5.41rem;
  margin-bottom: 0.54rem;
}
.container .top_btn_box .top_btn_area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.container .btn_group_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.6rem;
  font-size: 0.32rem;
}
.container .btn_group_area .recommend_btn,
.container .btn_group_area .download_btn {
  width: 3rem;
  height: 0.8rem;
  line-height: 0.8rem;
  border-radius: 0.4rem;
  text-align: center;
}
.container .btn_group_area .recommend_btn {
  border: 0.01rem solid #527eff;
  color: #527eff;
}
.container .btn_group_area .download_btn {
  flex: 1;
  background: #527eff;
  color: #ffffff;
}
.container .bottom_btn_area {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.3rem 0;
  background: #ffffff;
}
.container .bottom_btn_area .tel_btn_area {
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 0.37rem;
  padding-bottom: 0.4rem;
  font-size: 0.24rem;
  color: #333333;
}
.container .bottom_btn_area .tel_btn_area .tel {
  color: #527eff;
  margin-left: 0.2rem;
}
.container .shade {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
}
.container .shade .inner_box {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: #ffffff;
  padding: 0.6rem 1.8rem;
}
.container .shade .inner_box .close_icon {
  width: 0.3rem;
  height: 0.3rem;
  z-index: 9;
  margin-top: 0.6rem;
}
.container .shade .inner_box .share_btn_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.container .shade .inner_box .wechat_area,
.container .shade .inner_box .friend_circle_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.24rem;
  color: #333333;
}
.container .shade .inner_box .icon {
  width: 0.9rem;
  height: 0.9rem;
  margin-bottom: 0.3rem;
}
