@charset "utf-8";
body {
  padding: 0rem;
  margin: 0rem;
  font-family: '微软雅黑';
  background: #F2F2F2;
  width: 100%;
  height: 100%;
}
div {
  box-sizing: border-box;
}
.goDetailpic {
  width: 5.22rem;
  height: 7.44rem;
  padding-bottom: 0.2rem;
  position: fixed;
  top: 1.31rem;
  left: calc((100% - 5.22rem)/2);
  background-color: #ffffff;
  border-radius: 0.1rem;
  overflow: hidden;
}
.goDetailpic .head_area {
  height: 0.5rem;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
  align-items: center;
  box-sizing: border-box;
  border: 0.01rem solid #ebebeb;
}
.goDetailpic .head_area .leftImg {
  visibility: hidden;
  flex: 1;
  text-align: left;
}
.goDetailpic .head_area .leftImg .detai_top_back {
  width: 0.25rem;
  height: 0.25rem;
}
.goDetailpic .head_area .head_text {
  font-size: 0.19rem;
  font-family: PingFang SC;
  color: #424653;
  width: 70%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.goDetailpic .head_area .right_menu {
  font-size: 0.14rem;
  font-family: PingFang SC;
  color: #424653;
  flex: 1;
  text-align: right;
  cursor: pointer;
}
.goDetailpic .head_area .right_menu .detai_top_back {
  width: 0.19rem;
  height: 0.19rem;
}
.goDetailpic .detailpic {
  width: 100%;
  height: calc(100% - 0.5rem);
  overflow: scroll;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.goDetailpic .detailpic .detailpic_img {
  width: 100%;
}
.goDetailpic .detailpic::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
