*{
  padding: 0;
  margin: 0;
}
.fufei{
  position: relative;
}
.fufei-banner{
  width: 100%;
  height: 330px;
  margin-top: -10px;
}
.fufei-banner img{
  display: block;
  width: 100%;
  height: 100%;
}
.fufei h2{
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
}
.fufeizixun{
 margin-top: -280px;
 margin-bottom: 100px;
}
.fufei-box{
  display: flex;
  width: 1200px;
  margin: auto;
  justify-content: space-around;
  position: relative;
}
.fufei-kuai{
  width: 390px;
  margin-left: 5px;
  display: block;
  margin-top: 8px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  border: 1px solid #eee0;
  /* background: #f8f8f8; */
}
.fufeiImg{
  width: 390px;
  height: 290px;
}
.fufeiImg img{
  display: block;
  width: 100%;
  height: 100%;
}
.fufei-content{
  padding: 30px;
}
.fufei h5{
  font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
}
.fufei-p{
  height: 70px;
  font-size: 14px;
  line-height: 20px;
  color: #999;
  margin: 0 auto;
  text-align: left;
}
.fufei-xq{
  color: red;
  font-size: 15px;
  cursor: pointer;
}
.fufei-tool{
  text-align: center;
  padding-bottom: 60px;
}
.fufei-tool a{
  width: 250px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  background-image: linear-gradient(to right,#32beff 0,#005aab 51%,#32beff 100%);
  background-size: 200% auto;
  color: #fff;
  width: 200px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  position: relative;
  transition: .5s;
  background-color: #32beff;
  color: #fff;
  border-radius: 1px;
  font-size: 20px;
  cursor: pointer;
  text-decoration: none;
}
.fufei-tool a::after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 4px;
  background-repeat: repeat;
  opacity: .2;
}
/* 简单小弹框 */
.simple-popup {
  position: fixed;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  background: #fff;
  color: #333;
  padding: 15px 20px;
  border-radius: 8px;
  font-size: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  display: none;
  align-items: center;
  gap: 15px;
  white-space: nowrap;
  border: 1px solid #eee;
}

/* 电话号码高亮 */
.simple-popup strong {
  color: #ff4444;
  font-size: 18px;
  margin-left: 5px;
}

/* 关闭按钮 */
.popup-close {
  cursor: pointer;
  font-size: 22px;
  color: #999;
  transition: color 0.2s;
  line-height: 1;
}

.popup-close:hover {
  color: #ff4444;
}

/* 付费资讯页面 */
.ff-main{
  width: 1200px;
  margin: auto;
}
.ff-h2{
  width: 1200px;
  margin: auto;
  text-align: left;
  padding: 35px 0;
  border-bottom: 1px solid #e2dede;
}
.ff-box{
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px dashed gray;
}
.ffImg{
  width: 140px;
  height: 100px;
}
.ffImg img{
  display: block;
  width: 100%;
  height: 100%;
}
.ff-right{
  width: 1000px;
}
.ff-title{
  font-size: 14px;
  color: #333;
}
.ff-p{
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
  margin-top: 10px;
  color: #333;
}
.ff-xq{
  color: red;
}