.page img, .page input[type="button"]{cursor:pointer;}
.page img.blur{cursor:default; filter: grayscale(50%); opacity: 0.6;}

.compare-pannel{padding:15px; height:240px; position:fixed; left:0px; right:0px; bottom:0px; background-color:#eee; z-index:100; display:none;}
.compare-pannel .cp-body{padding:10px; width:100%; display:table; position:relative;}
.compare-pannel .cp-title{width:10%; display:table-cell; vertical-align:middle; text-align:center; font-size:16px;}
.compare-pannel .cp-list{width:80%; display:table-cell; vertical-align:middle;}
.compare-pannel .cp-opt{width:10%; display:table-cell; vertical-align:middle; text-align:right;}
.compare-pannel ul{margin:0 auto; width:100%; max-width:1000px;}
.compare-pannel li{float:left; width:25%; padding:0 5px; display:inline;}
.compare-pannel li>div{margin:0 auto; padding:5px 0px; width:100%; height:200px; font-size:14px; line-height:20px; border:1px solid #cccc; position:relative; text-align:center;}
.compare-pannel li>div.in{background-color:#fff;}
.compare-pannel li>div img{max-width:100%; height:auto;}
.compare-pannel li>div .ccancel{position:absolute; right:5px; top:5px; width:12px; height:12px; background:url(./close.png) no-repeat; background-size:100% 100%; cursor:pointer;}
.compare-pannel .cp-close{position:absolute; right:0px; top:0px; width:150px; display:flex; justify-content: space-around;}
.compare-pannel .btn_close{width:20px; height:20px; color:#333; font-size:14px; background:url(./close.png) no-repeat center center; background-size:80% 80%; cursor:pointer;}
.compare-pannel .btn_clearall{width:80px; font-size:14px; height:24px; line-height:20px; color:#333; text-align:center; border:1px solid #ccc; border-radius:12px; cursor:pointer;}
.compare-pannel .btn_compare{margin:0 auto; width:150px; font-size:16px; height:36px; line-height:32px; text-align:center; color:#fff; border:1px solid #0560f6; border-radius:18px; cursor:pointer; background-color:#0560f6; cursor:pointer;}
.compare-pannel .btn_compare:hover{ background-color:transparent; color:#0560f6;}
.compare-pannel .btn_compare.off,
.compare-pannel .btn_compare:hover.off{background-color:#ccc; color:#fff; border:1px solid #ccc; cursor:default;}
.compare-tip{position:fixed; left:50%; top:40%; transform: translateX(-50%); padding:15px; width:320px; color: #8a6d3b; font-size:16px; text-align:center; background-color: #fcf8e3; z-index:300; border:1px solid #faebcc; border-radius:5px; display:none;}

@media (max-width: 767px) {
.compare-pannel{width:220px; height:auto; position:fixed; left:auto; right:0px; top:22%; bottom:80px; background-color:#eee; z-index:100; border-radius:10px;}
.compare-pannel .cp-title{width:100%; display:block; text-align:left;}
.compare-pannel .cp-body{padding:50px 0px 0px; width:100%; display:flex; align-items:center; position:relative;flex-direction: column;}
.compare-pannel .cp-title{position:absolute;left:0px; top:0px; font-size:14px; line-height:18px;}
.clearall{position:absolute; right:20px; top:40px;}
.compare-pannel .cp-close{right:-10px; width:120px;}
.compare-pannel li{float:none; margin-bottom:10px; width:100%; display:block;}
.compare-pannel li>div{padding:0px; height:auto; min-height:120px;}
.compare-pannel li > div img{margin:0 auto; height:75px;}
.compare-pannel .cp-opt{width:100%; display:block;}
}
.pordu-c .conts .right .list{
  display: flex;
  flex-wrap: wrap;

}
.pordu-c .conts .right .list .a {
  display: block;
  background-color: #fff;
  padding: .55rem;
  /* width: calc((100% - 1rem) / 3); */
  margin-right: 0.5rem;
  float: left;
  margin-bottom: 0.5rem;
  transition: all 0.5s;
}
/*为产品增加new标签 2023-02-03*/
.pordu-c .conts .right .list .a{
  position: relative;
}
.pordu-c .conts .right .list .a .new{
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 16px;
  color: red;
  font-weight: bold;
  font-style: italic;
}
.pordu-c .conts .right .list .a a{
  display: block;
  background-color: #fff;
  width: 100%;
}

.pordu-c .conts .right .list .a:nth-child(3n) {
  margin-right: 0;
}

.pordu-c .conts .right .list .a .check {
  display: block;
  margin-top: .2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom:10px;
}

.pordu-c .conts .right .list .a .check .box {
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 0.5rem;
  cursor: pointer;
  position: relative;
}

.pordu-c .conts .right .list .a .check .tit-15 {
  line-height: 1;
  color: #222;
  font-size: 14px;
}

.pordu-c .conts .right .list .a .check label{
  padding-left:24px;
  background:url(./bg_checkbox.png) no-repeat left center;
}
.pordu-c .conts .right .list .a .check label.checked{
  padding-left:24px;
  background:url(./bg_checkbox_on.png) no-repeat left center;
}

.pordu-c .conts .right .list .a .img {
  width: 100%;
  height: 4.57rem;
  text-align: center;
}

.pordu-c .conts .right .list .a .img img {
  max-height: 100%;
  display: inline-block;
  margin: auto;
}

.pordu-c .conts .right .list .a .tit-18 {
  color: #222;
  line-height: 1.2;
  margin-top: .475rem;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.pordu-c .conts .right .list .a .tit-16 {
  color: #666;
  line-height: 1.2;
  margin-top: 0.2rem;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

/*2022-11-1 产品列表响应*/
@media (max-width: 768px) {
  .pordu-c .conts .right .list .a{ 
  width: 100%;
}
.pordu-c .conts .right .list{
  display: inherit;

}
}