.sqruzhu_img{
  width: 100%;
  position: relative;
}
.sqruzhu_img img{
	display: block;
	width: 100%;
}
.sqruzhu_img a{
    display: block;
    position: absolute;
    width: 50%;
    height: 80px;
    top: 0;
    right: 0;
  }
.sqruzhu_img a .huxideng{
	position: absolute;
	z-index: 9;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	top: 12px;
	right: 32px;
	background: #E60012;
}
.sqruzhu_img a .huxidengan{
  position: absolute;
  opacity: 0;
  z-index: 8;
  width: 26px;
  height: 26px;
  border-radius: 26px;
  top: 3px;
  right: 23px;
  background: #E60012;
  animation:huxi 2s linear .5s infinite;
}
@keyframes huxi
{
	0% {
    opacity: 0;
		transform:scale(0);
	}
	50% {
    opacity: 0.5;
		transform:scale(0.5);
	}
	100% {
    opacity: 0;
		transform:scale(1);
	}
}
.sqruzhu_but{
  width: calc(100% - 20px);
  height: 40px;
  position: fixed;
  left: 10px;
  bottom: 20px;
  text-align: center;
  line-height: 40px;
  background: #E60012;
  color: #fff;
  border-radius: 8px;
}
.xuanchuan{
	width: calc(100% - 30px);
	overflow: hidden;
	margin: 15px auto;
}
.xuanchuan img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
