@font-face {
  font-family: iconfont;
  src: url(../fonts/iconfont.woff) format("woff"),
    url(../fonts/iconfont.ttf) format("truetype");
}
.iconfont {
  color: #666;
  font-family: iconfont !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.iconfont:hover {
  color: #7472c7;
}
.icon-add_A:before {
  content: "\e696";
}

#tonglan {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding-top: 0px;
}
.oneall {
  overflow: hidden;
  width: 100%;
}
.oneall a {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 5px;
  float: left;
}
.oneall img {
  display: block;
  width: 100%;
  height: 40px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.oneall .adwz {
  position: absolute;
  bottom: 0;
  left: 5px;
  width: 25px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.twoall {
  overflow: hidden;
  width: 100%;
}
.twoall a {
  position: relative;
  width: 600px;
  display: block;
  margin-bottom: 5px;
  float: left;
  background: #fff;
}
.twoall img {
  display: block;
  width: 100%;
  height: 40px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.twoall .adwz {
  position: absolute;
  bottom: 0;
  left: 5px;
  width: 25px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.threeall {
  overflow: hidden;
  width: 100%;
}
.threeall a {
  position: relative;
  width: 403px;
  display: block;
  margin-bottom: 5px;
  float: left;
  background: #fff;
}
.threeall img {
  display: block;
  width: 100%;
  height: 40px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.threeall .adwz {
  position: absolute;
  bottom: 0;
  left: 5px;
  width: 25px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.swiperall .swiper-container {
  width: 100%;
  height: 100%;
}
.swiperall .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #fff;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiperall .swiper-container {
  --swiper-theme-color: #fff;
}
.swiper-pagination {
  bottom: 0 !important;
}
.swiperall .swiper-slide a {
  position: relative;
  width: 100%;
  display: block;
}
.swiperall .swiper-slide img {
  display: block;
  width: 100%;
  height: 40px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.swiperall .swiper-slide .adwz {
  position: absolute;
  bottom: -3px;
  left: 5px;
  width: 25px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.swiperall .swiper-slide p {
  width: 353px;
  line-height: 40px;
  margin-bottom: 5px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
