
.wenda{
  width: 140px;
  height: 480px;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background:#fe7d12;
  z-index: 999;
  border-radius: 10px;
  overflow: hidden;
}
.wenda-top{
  width: 100%;
  height: 70px;
  font-size: 18px;
  line-height: 24px;
  padding-top: 15px;
  text-align: center;
  background-size: 100% 100%;
  color: #FFFFFF;
    box-sizing: border-box;
}
.wenda-t1{
  font-weight: bold;
}
.wenda-box{
  height: 200px;
  padding: 0 2px 2px;
}
.wenda-box p{
	margin:0;
	padding:0;
	}
.wenda-box .ewm{ text-align:center; margin-top:20px; font-size:14px; color:#000; line-height:25px;}
.wenda-con{
  height: 100%;
  border-radius: 0 0 10px 10px;
  background: #fff;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  line-height: 14px;
  padding: 0 3px;
}
.wenda-con p {
  display: flex;
  padding-top: 10px;
}
.wenda-btn{
  width: 100%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: linear-gradient(1deg, #F79B31 0%, #F79B31 100%);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 800;
  color: #FFFFFF;
  cursor: pointer;
  margin-top: 5px;
}
