.win{
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000040;
}
.fixed-pop{
  /* display: none; */
  width: 7rem;
  height: 3rem;
  background-color: #FFFFFF;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.close{
  float: right;
  margin: 0.1rem; 
  cursor:pointer;
  height: 0.15rem;
  margin-top: -0.8rem;
}
.fixed-down-input{
  display: flex;
  align-items: center;
  /* margin-left: 0.5rem; */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fixed-down-input input{
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 0.05rem;
  outline:0;
  border:0.01rem solid #000000;
  padding-left: 0.1rem;
  width: 3rem;
  font-size: 0.3rem;
}
.fixed-down-input button{
  height: 0.5rem;
  width: 1.35rem;
  font-size: 0.18rem;
  border: 0;
  outline: 0;
  padding: 0 0.1rem;
  border-radius: 0.05rem;
  margin-left: -0.1rem;
  background: #8b86AF;
  color: #fff;
  cursor: pointer;
}
.fixed-down-input p{
  padding-top: 0.7rem;
  padding-left: 0.2rem;
  color: #fff;
  font-size: 0.15rem;
}
.fixed-right{
  position: fixed;
  text-align: center;
  right: 0;
  top:calc(50% - 0.1rem);
  width: 2.3rem;
  height: 2.3rem;
  border-radius:0.1rem;
  background: #fff;
}
.fixed-right img{
  width: 90%;
}
.fixed-phone{
  box-sizing: border-box;
  width: 100%;
  /* height: 10vh; */
  position: fixed;
  top:0;
}
.fixed-phone img{
  width:100%;
  height: 100%;
}
.main{
  margin-top: 1.05rem;
}