﻿.banner {
  position: relative;
  width: 100%;
  min-width: 1200px;
}
.banner .swiper-wrapper {
  position: relative;
  width: 100%;
}
.banner .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
.banner .swiper-wrapper .ban_img,
.banner .swiper-wrapper a {
  width: 100%;
}
.swiper-pagination-bullet {
  width: 32px;
  height: 32px;
  border: 1px solid #1e772d;
  background: none;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #1e772d;
}
.cialisnewArt {
  width: 100%;
  padding-top: 40px;
}
.cialisnewArt .container {
  overflow: hidden;
}
.cialisnewArt .cialis-eff,
.cialisnewArt .cialis-heal {
  width: 50%;
  float: left;
}
.cialisnewArt .cialis-news {
  width: 100%;
  height: 208px;
  display: flex;
  margin-bottom: 20px;
}
.cialisnewArt .cialis-news .news-img {
  width: 256px;
  height: 208px;
}
.cialisnewArt .cialis-news .news-main {
  flex: 1;
  height: 188px;
  padding: 10px;
}
.cialisnewArt .cialis-news .news-main .news-title {
  color: #ffb225;
  font-size: 20px;
  font-weight: bold;
  list-style: disc;
  line-height: 26px;
}
.cialisnewArt .cialis-news .news-main .news-title a {
  display: inline;
}
.cialisnewArt .cialis-news .news-main div {
  font-size: 18px;
  line-height: 26px;
  color: #707070;
  margin-top: 20px;
}
.cialisnewArt .cialis-news .news-main div a {
  color: #000;
}
.shop {
  width: 100%;
  margin-top: 40px;
}
.shop .shop-content {
  width: 100%;
  overflow: hidden;
}
.shop .cialis-shop-list {
  width: 800px;
  float: left;
}
.shop .cialis-shop-list .shop-item {
  width: 254px;
  height:auto;
  margin-right: 10px;
  margin-bottom: 40px;
  float: left;
  border: solid 2px rgba(30, 119, 45, 0.4);
  box-sizing: border-box;
  padding: 10px;
}
.shop .cialis-shop-list .shop-item .cialis-shop-img {
  display: block;
  height: 194px;
  width: 194px;
  margin: 0 auto;
}
.shop .cialis-shop-list .shop-item .shopName {
  display: block;
  font-size: 17px;
  color: #292929;
  font-weight: bold;
  margin-top: 20px;
}
.shop .cialis-shop-list .shop-item .text {
  font-size: 13px;
  color: #000;
  margin-top: 10px;
  line-height: 20px;
}
.shop .cialis-shop-list .shop-item .old-price {
  margin-top: 20px;
  color: #f2be65;
  text-decoration: line-through;
  font-size: 17px;
  font-weight: bold;
}
.shop .cialis-shop-list .shop-item .price {
  color: #db472a;
  font-size: 17px;
  margin-top: 15px;
  font-weight: bold;
}
.shop .cialis-shop-list .shop-item .save {
  font-size: 17px;
  color: #f2be65;
  margin-top: 10px;
  font-weight: bold;
}
.shop .cialis-shop-list .shop-item .shop-btn {
  width: 110px;
  height: 33px;
  background: #1e772d;
  border-radius: 13px;
  margin: 10px auto 0 auto;
  display: block;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 33px;
  color: #fff;
}
.shop .recommend {
  width: 370px;
  float: right;
  background: #1e772d;
  height: 970px;
}
.shop .recommend .titleText {
  text-align: center;
  margin: 40px 0;
  height: 34px;
  line-height: 34px;
  color: #fff;
  font-size: 28px;
}
.shop .recommend .titleText .icon-book {
  width: 46px;
  height: 34px;
  display: inline-block;
  background-image: url('../images/book-fff.png');
  background-size: 100% 100%;
  vertical-align: top;
}
.shop .recommend li {
  margin: 0 20px;
  padding-left: 40px;
  line-height: 26px;
  background-image: url('../images/star-fff.png');
  background-repeat: no-repeat;
  background-position: 10px 3px;
  font-size: 18px;
  color: #fff;
  width: 290px;
  overflow: hidden;
  border-bottom: 1px dashed #fff;
  margin-bottom: 10px;
  padding-bottom: 6px;
}
.tag {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 40px;
  background: #e9e9e9;
  box-sizing: border-box;
  padding: 20px;
}
.tag span {
  font-size: 24px;
  color: #000;
}
.tag div {
  margin-top: 40px;
}
.tag div a {
  font-size: 18px;
  color: #575757;
  margin-left: 20px;
  margin-bottom: 20px;
}
