@media (min-width: 992px) {
  .bigpic {
    margin-top: 4rem;
  }
}
@media (min-width: 1200px) {
  .bigpic {
    margin-top: 6rem;
  }
}
.ul-flex {
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.pagenav.productlist .container {
  width: 80%;
  margin-left: 0;
}
@media (min-width: 992px) {
  .pagenav.productlist .container {
    width: 100%;
    margin: 0 auto;
  }
}
.footer .siteinfo .right strong {
  display: none;
}
/* 热门 S */
.hot {
  width: 90%;
  padding-top: .4rem;
  border-top: 1px solid #ddd;
  margin-bottom: 1.2rem;
}
.hot section.title {
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
}
.hot ul {
  margin-top: .6rem;
}
.hot ul.image li {
  margin-bottom: -1rem;
}
.hot ul.image li .img {
  width: 100%;
  height: 6rem;
}
@media (min-width: 520px) {
  .hot ul.image li .img {
    height: 8rem;
  }
}
@media (min-width: 640px) {
  .hot ul.image li .img {
    height: 10rem;
  }
}
@media (min-width: 768px) {
  .hot ul.image li .img {
    height: 12rem;
  }
}
@media (min-width: 840px) {
  .hot ul.image li .img {
    height: 15rem;
  }
}
.hot ul.image li .img img {
  width: 100%;
  height: 100%;
}
.hot ul.image li p {
  color: #555;
  text-align: center;
  margin-top: .4rem;
}
.hot ul.image li:last-child {
  display: none;
}
.hot ul.news {
  flex-flow: column nowrap;
}
.hot ul.news li {
  margin-bottom: .4rem;
}
.hot ul.news li a p {
  display: inline-block;
  width: 80%;
  color: #222;
  font-size: .76rem;
  vertical-align: middle;
}
.hot ul.news li a span {
  color: #888;
  font-size: .68rem;
}
@media (min-width: 992px) {
  .hot {
    width: 96%;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  .hot section.title {
    font-size: 2rem;
  }
  .hot ul {
    margin-top: 2rem;
  }
  .hot ul.image {
    overflow: hidden;
  }
  .hot ul.image .row {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    overflow: hidden;
  }
  .hot ul.image .row li {
    position: relative;
    left: 0;
    flex-shrink: 0;
    margin: 0 12px;
    overflow: hidden;
  }
  .hot ul.image .row li .img {
    height: 18rem;
  }
  .hot ul.image .row li p {
    position: absolute;
    bottom: -100px;
    left: 0px;
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: left;
    padding-left: 1.2rem;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    transition: .5s;
  }
  .hot ul.image .row li:hover p {
    bottom: -10px;
  }
  .hot ul.image .row li:last-child {
    display: block;
  }
  .hot ul.news {
    flex-flow: row wrap;
  }
  .hot ul.news li {
    width: 42%;
  }
  .hot ul.news li a p {
    color: #555;
    font-size: 1rem;
    transition: .5s;
  }
  .hot ul.news li a span {
    font-size: 1rem;
    transition: .5s;
  }
  .hot ul.news li:hover a span {
    color: #555;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .hot ul.news li a p {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .hot ul.news li a span {
    font-size: 1rem;
  }
}
/* 热门 E */
/* 联系 S */
.article.contact {
  margin-top: .5rem;
}
.article.contact #ditu {
  width: 100%;
  height: 360px;
  overflow: hidden;
}
.article.contact .info p i {
  font-size: .8rem;
}
@media (min-width: 992px) {
  .article.contact {
    margin-top: 1rem;
  }
  .article.contact #ditu {
    float: left;
    display: inline-block;
    vertical-align: top;
    width: 46%;
  }
  .article.contact .info {
    float: left;
    display: inline-block;
    vertical-align: top;
    width: 46%;
    margin-left: 2rem;
  }
  .article.contact .info p {
    font-size: .9rem;
    margin-bottom: 1rem;
  }
  .article.contact .info p i {
    display: inline-block;
    font-size: 1.1rem;
    margin-right: .5rem;
  }
}
@media (min-width: 1200px) {
  .article.contact {
    margin-top: 1.2rem;
    margin-bottom: 3rem;
  }
  .article.contact .info {
    margin-left: 3rem;
  }
  .article.contact .info p {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
  }
  .article.contact .info p i {
    font-size: 1.4rem;
  }
}
/* 网站地图 */
.article.sitemap .container {
  flex-flow: column nowrap;
  width: 92%;
  padding: 1rem 0;
}
.article.sitemap .container div {
  margin-bottom: .8rem;
}
.article.sitemap .container div a {
  display: inline-block;
  margin-right: .7rem;
  margin-bottom: .8rem;
  color: #555;
  font-size: .6rem;
}
.article.sitemap .container div a:first-child {
  display: block;
  color: #222;
  font-size: .7rem;
  margin-bottom: .4rem;
}
.article.sitemap .container div a:first-child span {
  font-family: "宋体";
}
@media (min-width: 992px) {
  .article.sitemap .container {
    margin-top: 2rem;
  }
  .article.sitemap .container div {
    margin-bottom: 3rem;
  }
  .article.sitemap .container div a {
    font-size: 1rem;
    margin-right: 1.6rem;
    transition: .5s;
  }
  .article.sitemap .container div a:first-child {
    font-size: 1.1rem;
    margin-bottom: 1.4rem;
  }
}
/* 联系 E */
/* 列表 S */
/* 产品 */
.article.list {
  margin-top: .5rem;
}
@media (min-width: 768px) {
  .article.list {
    margin-top: 1.6rem;
  }
}
@media (min-width: 992px) {
  .article.list {
    margin-top: 2rem;
  }
}
.article.list .container {
  width: 88%;
}
@media (min-width: 992px) {
  .article.list .container {
    width: 96%;
  }
}
.article.list .container .sort {
  justify-content: flex-start;
  overflow-x: auto;
  margin-bottom: .6rem;
}
.article.list .container .sort::-webkit-scrollbar {
  display: none;
}
.article.list .container .sort::-webkit-scrollbar-thumb {
  display: none;
}
.article.list .container .sort a {
  flex-shrink: 0;
  display: inline-block;
  color: #555;
  padding: 0 .5rem;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  transition: .5s;
}
.article.list .container .sort a:first-child {
  padding-left: 0;
  border-left: none;
}
.article.list .container .sort a:last-child {
  border-right: none;
}
.article.list .container .sort a:hover {
  color: #149152;
}
.article.list .container .sort a.active {
  color: #149152;
  font-weight: bold;
}
@media (min-width: 992px) {
  .article.list .container .sort {
    margin-bottom: 1rem;
  }
  .article.list .container .sort a {
    padding: 0 1.2rem;
  }
}
.article.list .container .product .tit {
  display: none;
}
.article.list .container .product li {
  text-align: center;
  border: 1px solid #ddd;
}
.article.list .container .product li .img {
  overflow: hidden;
  height: 148px;
  line-height: 148px;
}
@media (min-width: 768px) {
  .article.list .container .product li .img {
    height: 280px;
    line-height: 280px;
  }
}
@media (min-width: 992px) {
  .article.list .container .product li .img {
    height: 400px;
    line-height: 400px;
  }
}
.article.list .container .product li img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.article.list .container .product li p {
  color: #222;
  font-size: .6rem;
  margin: .5rem 0;
  height: 42px;
  transition: .5s;
}
.article.list .container .product li:hover img {
  transform: scale(1.2);
}
.article.list .container a.more {
  display: block;
  height: 1.6rem;
  line-height: 1.6rem;
  margin: .5rem auto;
  color: #fff;
  font-size: .7rem;
  text-align: center;
  background: #149152;
}
@media (min-width: 768px) {
  .article.list .container a.more {
    width: 16rem;
    height: 2.6rem;
    line-height: 2.6rem;
    margin: 2rem auto;
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .article.list {
    margin-top: 2.4rem;
  }
  .article.list .container {
    width: 100%;
  }
  .article.list .container .sort {
    margin-bottom: 1.2rem;
    overflow: unset;
  }
  .article.list .container .sort a {
    padding: 0 1.4rem;
  }
  .article.list .container .sort a:hover {
    font-weight: bold;
    margin-top: -5px;
  }
  .article.list .container .product .tit {
    float: left;
    display: block;
    color: #222;
    font-size: 18px;
    font-weight: bold;
    line-height: 56px;
    margin-top: 20px;
  }
  .article.list .container .product .tit i {
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 24px;
    margin-right: 10px;
  }
  .article.list .container .product .tit a {
    position: relative;
    top: 3px;
    display: inline-block;
    color: #888;
    font-size: 1rem;
    font-weight: normal;
    line-height: 24px;
    margin-left: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    transition: .5s;
  }
  .article.list .container .product .tit a:hover {
    top: -4px;
    color: #149152;
    border-bottom: 1px solid #149152;
  }
  .article.list .container .product li .img {
    height: 250px;
    line-height: 250px;
  }
  .article.list .container .product li p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 1rem;
    margin: .8rem 0;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
/* 新闻 */
.article.list .container .news li a {
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: .5rem;
  margin-bottom: .7rem;
  background: #f7f7f7;
}
.article.list .container .news li a .img,
.article.list .container .news li a .shader {
  display: none;
}
.article.list .container .news li a .date {
  text-align: center;
  margin-right: 1rem;
}
.article.list .container .news li a .date p {
  color: #222;
}
.article.list .container .news li a .date p.day {
  font-size: 1rem;
}
.article.list .container .news li a .info {
  width: 80%;
}
.article.list .container .news li a .info p {
  color: #222;
  margin-top: .2rem;
}
.article.list .container .news li a .info p.tit {
  font-size: .8rem;
}
.article.list .container .news li a .info p.txt {
  color: #555;
}
@media (min-width: 800px) {
  .article.list .container .news li a {
    padding: 1.4rem 2.6rem;
    transition: .5s;
  }
  .article.list .container .news li a .date {
    width: 4.8rem;
  }
  .article.list .container .news li a .date p.day {
    font-size: 2rem;
  }
  .article.list .container .news li a .info {
    margin-left: 2rem;
  }
  .article.list .container .news li a .info p.tit {
    font-size: 1.4rem;
  }
  .article.list .container .news li:hover a .date p {
    color: #fff;
  }
  .article.list .container .news li:hover a .info {
    width: 88%;
  }
  .article.list .container .news li:hover a .info p {
    color: #fff;
  }
}
@media (min-width: 800px) and (min-width: 1200px) {
  .article.list .container .news li:hover a .info {
    width: 100%;
  }
}
/* 列表 E */
/* 详情 S */
/* 新闻 */
.article.content .container {
  width: 90%;
}
.article.content .container .news {
  margin-top: 2rem;
  margin-bottom: 1.6rem;
}
.article.content .container .news h5 {
  font-size: .8rem;
  text-align: center;
}
.article.content .container .news p.info {
  color: #888;
  margin: 1rem auto;
  padding-bottom: 1rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.article.content .container .news .text {
  text-align: justify;
}
.article.content .container .news .text p {
  font-size: .66rem;
}
.article.content .container .others {
  flex-flow: column nowrap;
}
.article.content .container .others a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 1.8rem;
  line-height: 1.8rem;
  margin-bottom: .5rem;
  box-sizing: border-box;
  color: #555;
  border: 1px solid #ddd;
}
.article.content .container .others a span {
  display: inline-block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 .5rem;
}
.article.content .container .others a .img {
  display: none;
}
@media (min-width: 768px) {
  .article.content .container .others {
    flex-flow: row nowrap;
  }
  .article.content .container .others a {
    width: 48%;
    height: 2rem;
    line-height: 2rem;
    margin-top: 1.4rem;
    margin-bottom: 1rem;
  }
  .article.content .container .others a span {
    padding: 0 .8rem;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .article.content .container .others a {
    width: 30%;
    height: 3rem;
    line-height: 3rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    transition: .5s;
  }
  .article.content .container .others a span {
    padding: 0 1rem;
  }
  .article.content .container .others a .img {
    position: absolute;
    top: -20rem;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    text-align: center;
    background: #fff;
    box-shadow: 0 16px 32px -4px rgba(0, 0, 0, 0.12);
    transition: .5s;
    opacity: 0;
    overflow: hidden;
  }
  .article.content .container .others a .img img {
    width: 82%;
  }
  .article.content .container .others a:hover {
    color: #fff;
  }
  .article.content .container .others a:hover .img {
    top: -30rem;
    height: 30rem;
    line-height: 30rem;
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .article.content .container {
    width: 96%;
  }
  .article.content .container .news {
    margin-top: 4rem;
  }
  .article.content .container .news h5 {
    font-size: 1.2rem;
  }
  .article.content .container .news p.info {
    margin: 1.4rem auto;
    padding-bottom: 1.4rem;
  }
  .article.content .container .news .text {
    color: #555;
    font-size: 1rem;
  }
  .article.content .container .news .text p {
    font-size: 1rem;
    line-height: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .article.content .container {
    width: 100%;
  }
  .article.content .container .news {
    margin-top: 6rem;
  }
  .article.content .container .news h5 {
    font-size: 1.8rem;
  }
  .article.content .container .news .text p {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
/* 产品 */
.preview .active-nav .imgauto {
  border: 1px solid #149152;
}
.article.content .container .image {
  margin-bottom: 1.6rem;
}
@media (min-width: 400px) {
  .article.content .container .image {
    margin-top: 2rem;
  }
}
.article.content .container .image h5 {
  font-size: 1rem;
  font-weight: bold;
}
.article.content .container .image p.info {
  color: #888;
  margin: 1rem 0;
}
.article.content .container .image .text {
  text-align: left;
}
.article.content .container .image .text p {
  color: #555;
  line-height: 1.4rem;
}
.article.content .container .image .text p img {
  width: 100%;
  max-width: 600px;
}
@media (min-width: 992px) {
  .article.content .container .image {
    margin-top: 4rem;
  }
  .article.content .container .image h5 {
    font-size: 1.2rem;
  }
  .article.content .container .image p.info {
    margin: 1.4rem 0;
    padding-bottom: 1.4rem;
  }
  .article.content .container .image .text {
    color: #555;
    font-size: 1rem;
  }
  .article.content .container .image .text p {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
.view.article.content .recommend {
  width: 90%;
  margin: 0 auto;
}
.view.article.content .recommend section.title {
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
}
@media (min-width: 992px) {
  .view.article.content .recommend section.title {
    font-size: 2rem;
  }
}
.view.article.content .recommend ul.image {
  margin-top: 1rem;
}
.view.article.content .recommend ul.image li {
  margin-top: -1.2rem;
}
.view.article.content .recommend ul.image li .img {
  width: 100%;
  border: 1px solid #ddd;
  overflow: hidden;
}
.view.article.content .recommend ul.image li .img img {
  width: 100%;
}
.view.article.content .recommend ul.image li p {
  color: #222;
  font-size: .6rem;
  margin-top: .3rem;
}
@media (min-width: 480px) {
  .view.article.content .recommend ul.image li p {
    font-size: .8rem;
  }
}
@media (min-width: 768px) {
  .view.article.content .recommend ul.image li p {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .view.article.content {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .view.article.content .cont {
    float: left;
    width: 64%;
  }
  .view.article.content .cont h5 {
    font-size: 1.6rem;
    padding-bottom: 1.8rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #ddd;
  }
  .view.article.content .recommend {
    float: right;
    width: 26%;
    margin-top: 3.4rem;
  }
  .view.article.content .recommend ul.image li p {
    color: #555;
    font-size: 1.2rem;
    margin-top: .8rem;
  }
  .view.article.content .recommend ul.image li:hover .img img {
    transform: scale(1.25);
  }
}
.article.content .container .image {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .article.content .container .image {
    margin-top: 2rem;
  }
}
@media (min-width: 1200px) {
  .article.content .container .image {
    margin-top: 3rem;
  }
}
.eyou-showcase .imgauto {
  width: 100%;
  border: 1px solid #ddd;
}
.eyou-showcase .preview {
  margin-top: 1rem;
}
.eyou-showcase .eyou-showcase-info {
  display: block;
  margin-top: 1rem;
}
.eyou-showcase .eyou-showcase-info .protit {
  display: none;
}
.eyou-showcase .eyou-showcase-info p {
  display: inline-block;
  color: #555;
  font-size: .6rem;
  margin-top: .4rem;
  margin-right: 1rem;
}
.eyou-showcase .eyou-showcase-info p span {
  color: #149152;
}
.eyou-showcase .eyou-showcase-info .tel {
  display: none;
}
@media (min-width: 992px) {
  .eyou-showcase .eyou-showcase-info .protit {
    display: block;
    margin-bottom: 2rem;
  }
  .eyou-showcase .eyou-showcase-info p {
    display: block;
    font-size: 1rem;
    margin-right: 0;
  }
  .eyou-showcase .eyou-showcase-info .tel {
    display: inline-block;
  }
  .eyou-showcase .eyou-showcase-info .tel a {
    line-height: 36px;
    background: #149152;
  }
}
.content.article .loupe {
  display: none;
}
.article.content .itempic {
  width: 100%;
}
.article.content .itempic .pic {
  width: 100%;
  background: #fff;
}
.article.content .itempic .pic .view .fl {
  width: 80%;
  height: 300px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  transition: .5s;
}
@media (min-width: 768px) {
  .article.content .itempic .pic .view .fl {
    height: 614px;
  }
}
.article.content .itempic .pic .view .fl .swiper-slide img {
  width: 100%;
}
.article.content .itempic .pic .view .fr {
  position: relative;
  width: 20%;
  height: 300px;
  background: #f5f5f5;
  overflow: hidden;
}
@media (min-width: 768px) {
  .article.content .itempic .pic .view .fr {
    height: 614px;
  }
}
.article.content .itempic .pic .view .fr .swiper-wrapper {
  position: relative;
  top: 0px;
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  flex-flow: column nowrap;
  justify-content: flex-start;
  transition: .1s;
}
.article.content .itempic .pic .view .fr .swiper-slide {
  width: 100%;
  height: 72px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  cursor: pointer;
}
@media (min-width: 768px) {
  .article.content .itempic .pic .view .fr .swiper-slide {
    height: 150px;
  }
}
.article.content .itempic .pic .view .fr .swiper-slide img {
  width: 100%;
  height: 100%;
}
.article.content .itempic .pic .view .fr .swiper-slide-active {
  border: 2px solid #149152;
}
.article.content .itempic .pic .view .fr .button {
  position: absolute;
  bottom: 25px;
  width: 100%;
  text-align: center;
}
.article.content .itempic .pic .view .fr .button .btn {
  height: 36px;
  line-height: 36px;
  background: white;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
.article.content .itempic .pic .view .fr .button .btn span {
  display: inline-block;
  font-family: "宋体";
}
.article.content .itempic .pic .view .fr .button .prev {
  margin-bottom: 1px;
}
.article.content .itempic .pic .view .fr .button .prev span {
  transform: rotate(90deg);
}
.article.content .itempic .pic .view .fr .button .next span {
  transform: rotate(90deg);
}
.article.content .itempic .info {
  width: 92%;
  margin: 1rem auto;
}
.article.content .itempic .info .title {
  font-size: 1rem;
  font-weight: bold;
}
.article.content .itempic .info .tit {
  font-size: .7rem;
  margin-top: .7rem;
}
.article.content .itempic .info .tit.type span {
  color: #888;
  font-size: .7rem;
}
.article.content .itempic .info .tit.tel span {
  color: #149152;
  font-size: .7rem;
  font-weight: bold;
}
.article.content .itempic .info .desc,
.article.content .itempic .info .cpyy {
  color: #888;
  font-size: .7rem;
  margin-top: .7rem;
  line-height: 1.2rem;
}
.article.content .itempic .info a {
  display: inline-block;
  width: 4.6rem;
  height: 1.6rem;
  text-align: center;
  line-height: 1.6rem;
  margin-top: .8rem;
  color: #fff;
  background: #149152;
}
.article.content .itempic .info a:last-child {
  color: #555;
  background: #f5f5f5;
  border: 1px solid #ddd;
  margin-left: .3rem;
}
.article.content .text {
  margin-top: 1rem;
}
.article.content .text img {
  width: 100%;
  max-width: 1000px;
}
@media (min-width: 1200px) {
  .article.content {
    width: 100%;
    max-width: 1400px;
    margin: 2rem auto 0;
  }
  .article.content .itempic {
    position: relative;
    max-width: 1400px;
  }
  .article.content .itempic .pic {
    float: left;
    width: 50%;
  }
  .article.content .itempic .pic .view .fl {
    height: 560px;
  }
  .article.content .itempic .pic .view .fl img {
    height: 100%;
  }
  .article.content .itempic .pic .view .fr {
    height: 560px;
  }
  .article.content .itempic .pic .view .fr .swiper-wrapper .swiper-slide {
    height: 140px;
  }
  .article.content .itempic .pic .view .fr .button {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    bottom: 22px;
  }
  .article.content .itempic .pic .view .fr .button .btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    transition: .5s;
  }
  .article.content .itempic .pic .view .fr .button .btn:hover {
    color: #fff;
    background: #149152;
    border: 1px solid #149152;
  }
  .article.content .itempic .pic .view .fr .button .prev {
    margin-bottom: 0;
  }
  .article.content .itempic .pic .view .fr .button .prev span {
    transform: unset;
  }
  .article.content .itempic .pic .view .fr .button .next span {
    transform: unset;
  }
  .article.content .itempic .info {
    float: right;
    width: 44%;
  }
  .article.content .itempic .info .title {
    font-size: 24px;
  }
  .article.content .itempic .info .tit {
    font-size: 16px;
    margin-top: 34px;
  }
  .article.content .itempic .info .tit.type span,
  .article.content .itempic .info .tit.tel span {
    font-size: 16px;
  }
  .article.content .itempic .info .tel {
    font-size: 20px;
  }
  .article.content .itempic .info .tel span {
    font-size: 20px !important;
  }
  .article.content .itempic .info .desc,
  .article.content .itempic .info .cpyy {
    font-size: 16px;
    margin-top: 12px;
    line-height: 28px;
  }
  .article.content .itempic .info a {
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    margin-top: 50px;
  }
  .article.content .itempic .info a:last-child {
    display: none;
  }
  .article.content .text {
    max-width: 1400px;
    margin-top: 100px;
  }
  .article.content .itempic .loupe {
    position: absolute;
    top: 0;
    left: 700px;
    width: 700px;
    height: 600px;
    overflow: hidden;
    background-color: #eee;
    background-size: 200%;
    background-position: 0 0;
    display: none;
  }
  .article.content .itempic .loupe img {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
  }
}
/* 详情 E */
/* 搜索 S */
.article.search {
  margin-top: .6rem;
}
.article.search a {
  display: block;
  margin-bottom: .6rem;
  padding-bottom: .6rem;
  border-bottom: 1px solid #ddd;
}
.article.search a:last-child {
  border-bottom: none;
}
.article.search a img {
  width: 30%;
  max-width: 200px;
}
.article.search a div {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  margin-left: .5rem;
}
.article.search a div p {
  color: #555;
  font-size: .7rem;
  transition: .5s;
}
.article.search a div i {
  color: #888;
  font-size: .6rem;
  font-style: normal;
  transition: .5s;
}
@media (min-width: 992px) {
  .article.search {
    margin-top: 1.4rem;
  }
  .article.search a {
    margin-bottom: 1.4rem;
    padding-bottom: 1.4rem;
  }
  .article.search a img {
    max-width: 300px;
  }
  .article.search a div {
    width: 56%;
    margin-left: 1.6rem;
  }
  .article.search a div p {
    font-size: 1.2rem;
  }
  .article.search a div i {
    font-size: 1rem;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .article.search {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .article.search a {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .article.search a img {
    max-width: 240px;
  }
}
/* 搜索 E */

