.custom header{margin-top:20px}
.custom .list li{width:18.8%;margin:0 1.5% 20px 0;padding:0;flex:inherit}
.custom .list li:nth-of-type(5n){margin-right:0}
.custom .list li .btn_buys{display: flex;justify-content: space-between;}
.custom .list li .specs-title{text-align:center;color:#333;font-size:16px;height:25px}
.custom .list li.list-empty{flex:0 0 100%;max-width:100%;text-align:center}
.custom .list .custom-content{background-color:#fff;border-radius:8px;padding:0px 16px 16px;text-align:center;position:relative;box-shadow:0 1px 2px 1px rgba(0,0,0,.05);border-radius:8px;border:1px solid #e6e6e6}
.custom .list .custom-content .title{font-size:19px;font-family: Baloo_M;overflow: hidden;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;text-align:left;letter-spacing:0;color:#2a3e52;margin:4px 0 8px;height:44px;line-height:22px;}
.custom .list .custom-content .img-box{margin-top:10px;width:100%;height:170px;display:flex;justify-content:center;align-items:center;position:relative}
.custom .list .custom-content .img-box img{max-height:100%;max-width:100%}
.custom .list .custom-content .price{display:flex;align-items:baseline;margin-top:12px;border-top:1px solid #e8e8e8;line-height:24px;padding:8px 0 6px;}
.custom .list .custom-content .price .a-price{font-size:20px;letter-spacing:0;color:#D21E43;font-family:Baloo_M}
.custom .list .custom-content .price .b-price{margin-left:5px;font-size:16px;line-height:13px;text-decoration:line-through;letter-spacing:0;color:#666}
.custom .list .custom-content .item-custom{width:100%;height:38px;font-size:15px;background-color:#e1eff8;border-radius:6px;margin:0;cursor:pointer;transition:all .3s;color:#1a6db7;border:1px solid #1a6db7;font-family:Baloo_M}
.custom .list .custom-content .btn_buys .item-custom {width: calc(100% - 80px);}
@media (hover:hover){
.custom .list .custom-content .item-custom:hover{background-color:#5c7fa2;color:#fff}
}
.custom .list .custom-content .discount{ position: absolute;width: 43px;height: 37px;top: -10px;left: 0px;font-size: 14px;color: white; padding-top: 2px;background: url(/pokemon/images/discounts.png) no-repeat center center / 100%; text-align: center;line-height: 16px;font-family: Baloo_M; z-index: 9;}
.custom .list .custom-content .discount p{margin-left:-2px;margin-top:-6px}
.custom .page{margin:50px 0}
.addSub{text-align:center;border-radius:6px 6px 6px 6px;background: #51B1F2;height:38px;line-height:38px;display:flex;color:#fff;}
.addSub button{background-color:transparent;font-size:20px;width:17px;height:38px;line-height:38px;transition:all .3s;color:#fff;}
.custom .list .custom-content .price .a-price i{font-style:normal}
.addSub .item-num{font-size:16px;width:40px;height:38px;line-height:38px;border:none;background-color:transparent;text-align:center;color:#fff;}
.fixed-breadcrumb{position:fixed;z-index:10;width:100%;left:0}
.fixed-breadcrumb .flexBetweenCenter{width:1200px;margin:0 auto}
.items-body{margin-top:16px}
.items-body .list{margin:0}
/* 这里需要设置高度，两个页面bd&sp 的item 和go 的item 一个是小图，会居中，另外一个是大图会超过，这里还是想办法让小图，居中，必须限制高度 */
.items-body li .img-box a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  }
  .items-body li .img-box a img{
    object-fit: contain;
  }
.bg_header{background:#f7f7f7}
.search input::-webkit-input-placeholder{color:#999}
@media (max-width:1024px){
.breadcrumb {display: none;}
.custom .list li .btn_buys{display: block;}
.custom .list .custom-content .btn_buys .item-custom {width: 100%;margin-top:10px;}
.headernav .searchs{display: flex;position: relative;}
.custom .list .custom-content .item-custom:active{background-color:#5c7fa2;color:#fff}
.custom .list .custom-content{padding:0px 8px 16px}
.fixed-breadcrumb{position:relative;z-index:1;padding:0;width:100%;box-sizing:border-box;left:0}
.items-body{margin-top:8px}
.fixed-breadcrumb .flexBetweenCenter{flex-wrap:wrap}
.custom header{flex-wrap:wrap;margin-top:10px}
.search{width:100%}
.addSub .item-num{height:30px;width:26px;line-height: 30px;}
.addSub button{height:30px;line-height:30px}
.addSub{height:30px;line-height:30px;float:right;margin-top:-32px;}
.custom .list .custom-content .item-custom{height:36px;line-height:36px}
.custom .list .custom-content .img-box{height:140px}
.custom .list .custom-content .img-box img{width:130px}
}
@media(max-width:767px){
.custom .list li{width:48%;margin:0 4% 15px 0!important}
.custom .list li:nth-of-type(2n){margin-right:0!important}
}
@media(min-width:768px) and (max-width:1024px){
.custom .list li{width:32%;margin:0 2% 15px 0!important}
.custom .list li:nth-of-type(3n){margin-right:0!important}
}