.fl {
  float: left;
}
.fr {
  float: right;
}
.clearflx:after {
  content: '';
  display: block;
  clear: both;
}
#yin {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height:80px;
  background: #fff;
  z-index: 55;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.content-box {
  margin: 0 auto;
  width: 1200px;
  padding-top: 100px;
}
.list-box {
  width: 100%;
  padding: 58px 0;
  margin-right: -37px;
}
.list-box .list {
  float: left;
  width: 270px;
  height: 296px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 0 3px 3px #f3f3f3;
  margin: 0 30px 33px 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.list-box .list:hover .bg-box {
  top: 0;
  transition: 0.5s;
}
.list-box .cancel:hover .bg-box {
  top: 100%;
}
.list-content {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 60px;
  position: relative;
}
.list-content .logo-box {
  width: 102px;
  height: 102px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.list-content .img {
  width: 100%;
  height: 100%;
}
.list-content .list-title {
  color: #000000;
  font-size: 20px;
  height: 59px;
  line-height: 59px;
}
.list-content .list-text {
  color: #666666;
  font-size: 14px;
  padding: 0 30px;
  line-height: 24px;
}
.list-content .tips-bg {
  position: absolute;
  top: 20px;
  right: 0;
  width: 83px;
  height: 28px;
  background: url(../../img/wxApplet-top-bg.png) no-repeat;
  font-size: 14px;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
}
.bg-box {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: rgba(71, 163, 255, 0.9);
  border-radius: 5px;
  overflow: hidden;
}
.bg-box .img-box {
  width: 113px;
  height: 116px;
  margin: 61px auto 0;
  display: flex;
}
.bg-box .img {
  width: 96px;
  height: 96px;
  margin: auto;
}
.bg-box .bg-text {
  width: 100%;
  height: 70px;
  font-size: 18px;
  color: #ffffff;
  line-height: 70px;
  text-align: center;
}
.tips-box {
  width: 100%;
  height: 100px;
  font-size: 18px;
  color: #000000;
  line-height: 60px;
  text-align: center;
}
.tips-box .img,
.tips-box .text {
  display: inline-block;
  vertical-align: middle;
}
.tips-box .img {
  width: 27px;
  height: 27px;
  margin-right: 10px;
}
