
.items .items-list {}
@keyframes shakeAnimal { /* 水平抖动，核心代码 */
  10%, 90% { transform: translate3d(-1px, 0, 0); }
  20%, 80% { transform: translate3d(+2px, 0, 0); }
  30%, 70% { transform: translate3d(-4px, 0, 0); }
  40%, 60% { transform: translate3d(+4px, 0, 0); }
  50% { transform: translate3d(-4px, 0, 0); }
}

.accountlist{
  display: flex;
  flex-wrap: wrap;

}


.accountlist >li{

  box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.1);
border-radius: 8px;
border: 1px solid #E6E6E6;
background:  linear-gradient( 180deg, #7CC2DB 0%, #7CC2DB 52%, #F0F9ED 100%);
height:520px;
padding: 15px 10px;
box-sizing: border-box;
    width: 24%;
    margin: 0 1.2% 10px 0;
}
.accountlist >li .img{
      
      overflow: hidden;
      height:325px;
}
.accountlist >li .img img{
border-radius: 8px;
width: 100%;
max-height:100%;
}
.accountlist >li:nth-of-type(4n){
  margin-right:0;
}
 .accountlist >li.first{
  background:  linear-gradient( 180deg, #8ACB91 0%, #91D392 52%, #F4F9F2 100%);
} 
.accountlist li .accounttop{
  background:rgba(255,255,255,0.5);
  padding:15px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
}
.accountlist li .accounttop .level{
  
  text-align: center;
  color:#fff;
}
.accountlist li .accounttop .list:last-child{
  display: none;
}
.accountlist li.first .accounttop .list:last-child{
  display: block;
}
.accountlist li.first  .accounttop .level{
background:url(../images/accountbg2.png) no-repeat top center/cover;
width: 59px;
  height:81px;
}
.accountlist li .accounttop .level{
  background:url(../images/accountbgs.png) no-repeat top center/cover;
  width:59px;
  height:37px;
}
.accountlist li .accounttop .level span{
  font-size: 12px;

  display: block;

}
.accountlist li.first  .accounttop .level span{
  padding-top:18px;
}

.accountlist li .accountbottom.title{
  padding:10px 15px;
}
.accountlist li .accountbottom.title p,
.accountlist >li .phoneimg .desc .title{
    word-break: break-all;
    font-size: 16px;
    line-height:20px;
    overflow: hidden;
     display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 
}
.accountlist li .accountbottom.title p{
  height:40px;
  color: #488985;
    font-size: 15px;
    font-family: 'Baloo_M';
}
.accountlist li .accounttop .level em{
     font-size: 20px;
    line-height: 20px;
    font-style: normal;
    display: block;
    margin-top: -4px;
}
.accountlist li .accounttop>div{
  width: 68%;
}
.accountlist li .accounttop .list{
  background:#fff;
  border-radius: 8px;
  line-height:35px;
  margin-bottom: 10px;
  color:#488985;
  padding:0 10px;
  display: flex;
  font-size: 12px;
  font-family:Baloo_M;
  justify-content: space-between;
}
.accountlist li .accounttop .list img{
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.items-list .list-empty{
    background:none;
    padding:0;
    border:none;
    box-shadow:none;
  }
  .accountlist.cur{
    align-items: center;
  }
.accountlist li .accounttop .list:last-child{
  margin:0;
}
.accountlist li .accounttop .list em{
  font-family:Baloo_B;
  font-style: normal;
}
.accountlist li .accountbottom{
  background: linear-gradient(90deg, #fff, rgba(220,246,255,0.9));
  background:rgba(255,255,255,0.8);
  padding:15px;
  border-radius: 8px;
  margin-top:10px;
}
.accountlist li .accountbottom .tip{
  display: flex;
}
.accountlist li .accountbottom .tip>div{
  width: 120px;
  height: 30px;
  background: url(../images/accountbg3.png) no-repeat top center / 100%;
  margin-right: 10px;
  color: #fff;
  text-align: right;
  padding-right:10px;
  font-size: 14px;
  line-height: 30px;
}
.accountlist li .accountbottom .tip .shiny{
  background: url(../images/accountbg4.png) no-repeat top center / 100%;
  width: 92px;
}

.accountlist li .accountbottom span{
  font-size: 16px;
  color:#579390;
  font-family:Baloo_B;
}
.accountlist li .price{
  text-align: right;
  font-size: 15px;
  color: #606060;
  margin:10px 0 6px;
  line-height:30px;
}
.accountlist li .price em{
  font-size: 20px;
  color: #D92525;
  margin-left: 12px;
  font-style: normal;
  font-family:Baloo_M;
}
.accountlist >li .imgs{
  height:110px;
  overflow-y:auto;
  margin-top:5px;
}


/* 整个滚动条 */
.accountlist >li .imgs::-webkit-scrollbar {
  width: 6px;               /* 滚动条的宽度 */
  height: 6px;              /* 滚动条的高度 */
}

/* 滚动条上的滚动滑块 */
.accountlist >li .imgs::-webkit-scrollbar-thumb {
  background-color: #50ACC5;    /* 滑块颜色 */
  border-radius: 10px;           /* 滑块圆角 */
       /* 滑块边框 */
}

/* 滚动条轨道 */
.accountlist >li .imgs::-webkit-scrollbar-track {
  background: #D9ECF4;           /* 轨道颜色 */
}


.accountlist >li .imgs li{
  width: 23%;
  margin: 0 2.5% 0 0;
  height: 52px;
}
.accountlist >li .imgs li:nth-of-type(4n){
  margin-right:0;
}
.accountlist >li .imgs ul{
  display: flex;
  flex-wrap: wrap;
}
.accountlist >li .imgs li img{
  width: 100%;
  height:48px;
}
.accountlist >li .btn{
  border:1px solid #2495E1;
  border-radius: 8px;
  overflow: hidden;
  display:flex;
  float: right;
  width:100%;
}
.accountlist >li.first .btn{
  width: 150px;
}
.accountlist >li .btn a{
  width: 139px;
  background: #2495E1;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  color:#fff;
  font-size: 14px;
  font-family: Baloo_M;
}
.accountlist >li .btn a:hover{
  background-color: #5C7FA2;
  color:#fff;
}
.accountlist >li .btn button:hover{
   background-color:#D7E4F2;
}
.accountlist >li .btn button{
  width: 80px;
  font-size: 14px;
  color:#2495E1;
  background: rgba(36, 149, 225, 0.1);
  font-family: Baloo_M;
}
.accountlist >li.first .btn a{
  width: 150px;
  background: #2495E1;
  color:#fff;
}

.accountlist >li.first .accountbottom .imgs img{
  margin-top:20px;
}
.accountlist >li.first .btn button{
  display: none;
}
.accountlist >li.first  .price{
  opacity: 0;
}
.items-list .list li .level{
     width:100%;
     
     line-height:22px;
     height:22px;
     position: relative;
     border-radius: 4px;
     text-align: center;
    
     
     color:#196eb7;
}
.items-list .list li .level i.arrow{
 background:url(../images/downblue.png) no-repeat right 5px top 5px/12px;
 width:22px;
 height:22px;
 display: inline-block;
 position:absolute;
 right:0;
 top:0;
}
.items-list .list li .level.cur i.arrow{
  transform: rotate(180deg);
}
.items-list .list li .level span{
  display: block;
  border:1px solid #2184d6;
  border-radius: 4px;
  background-color:#f3faff;
  cursor: pointer;
}
.items-list .list li .level ul{
  position:absolute;
  top:21px;
  left:0;
  width:100%;
     background: #f3faff;
   color:#196eb7;
   display: none;
       box-shadow: 0 2px 2px #ccc;
       border: 1px solid #2184d6;
       border-top: none;
       border-radius: 0 0 4px 4px;
       cursor: pointer;
}

.items-list .list li .level li:hover{
   color:#093565;
}
.items-list .list li .list-c .left{
  position: absolute;
  right:7px;
  top:40px;
}
.items-list .list li .list-c .left img{
  display: block;
}
.items-list .list li .list-c .left img.pic1{
  width: 28px;
  margin-left: -3px;
}
.items-list .list li .list-c .left img.alpha{
  width: 22px;
  margin-top:2px;
}
.items-list .list li .list-c .specs-title .handbook{
  position: absolute;
  right: 7px;
  width: 35px;
  top: 120px;

}
.specs-item .specs-list .handbook{
  position: absolute;
  right: -3px;
  top: 24px;
  width: 15px;
}
.items .attributes.col-xl-2 {
  width: 19%;
  padding:0;
  margin-right:2%;

}

.items .items-list.col-xl-10 {
  width: 79%;
  padding:0;
}
.items .items-list.col-xl-10 ul.row{
  margin:0;
}
.items .items-list.col-xl-10 .col{
  padding:0;
  width: 24%;
  flex:inherit;
  margin:0 1.2% 0 0;

}
.items .items-list.col-xl-10 .col .icons{
  left: 16px;
    position: absolute;
    top: 0;
    display: flex
}
.items .items-list.col-xl-10 .col .btnbuy{
  display: flex;
  justify-content: space-between;
}
.items .items-list.col-xl-10 .col:nth-of-type(4n){
  margin-right:0;
}
.attributes .attr-con {
  box-shadow: 1px 0px 12px 1px rgba(36,149,225,0.16);
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  padding: 24px 20px;
  background:#fff;
  /* border: 1px solid #ccc; */
}
.attributes .attr-con a.link{
  background: url(../images/zsk2.png) no-repeat left center / 25px;
  margin-bottom: 4px;
  line-height: 28px;
  color: #2495E1;
  font-size: 18px;
  cursor: pointer;
  font-family: Baloo_B;
  padding-left: 30px;
  display:none;
}
.attributes .attr-con a.link:hover{
  background: url(../images/zsk.png) no-repeat left center / 25px;

  color: #516eb1;
}
.attributes .attr-title {
  line-height: 28px;
  color: #2a3e52;
  font-size: 18px;

  cursor: pointer;
  font-family: Baloo_B;
}

.attributes .attr-list li {
  
  cursor: pointer;
  text-align: left;
}

.attributes .attr-list li.active .subs{
  /* background-color: #f8ecd2; */
  display: block;
} 
.attributes .attr-list li.active a {
  color: #36353d;
} 


.attributes .attr-list li:hover a {
  color: #36353d;
}

.attributes .attr-list li:nth-child(n+11) {
  display: none;
}

.attributes .attr-list li a {
  color: #36353d;
  display: block;
  line-height: 30px;
  font-size: 16px;
  font-family: Baloo_M;
}
.attributes .attr-con .color{
  margin-bottom: 20px;
}
.attributes .attr-list>li>a{
  padding-left: 20px;
}
.attributes .attr-list>li.active{
background: #FFF1E7;
}
.attributes .attr-list>li.active a{
   color:#2495e1;
}
.attributes .attr-list li .subs{
  display: none;
}
.attributes .attr-list li .subs a{
  padding: 5px 20px 5px 45px;
  color: #666666;
}
.attributes .attr-list li a i{
  float: right;
  font-style: normal;
}
.attributes .attr-list li i:last-child{
  display: none;
}
.attributes .attr-list li.active i:last-child{
  display: inline-block
}
.attributes .attr-list li.active i:first-child{
  display: none;
}
.attributes .attr-list li.active>a,
.attributes .attr-list li .subs a:hover,.attributes .attr-list li>a:hover{
  color: #2495E1;
}
.attributes .more,
.less {
  color: #fff;
  transition: all .3s;
  width: 120px;
  height: 30px;
  background-color: #363537;
  border-radius: 4px;
  font-size: 16px;
  margin: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
 
}

.attributes .more i,
.less i {
  font-size: 14px;
  margin-left: 5px;
}

.less i {
  transform: rotateZ(180deg);
}

/* item-list */
/*.items-list .list li{
  border-radius: 10px;
  padding: 2px;
  background-image: ;
}*/
.items-list .list li .list-c {
  box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.05);
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 0 16px 16px;
  position: relative;
  /* --borderWidth: 2px; */
  border: 1px solid #E6E6E6;
  background:#fff;
}
.items-list .list li .list-c:hover a .img-box img{
  transform: scale(1.08);
} 
@property --rotate {
  syntax: "<angle>";
  initial-value: 132deg;
  inherits: false;
}
@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}


.list-c .title {
  color: #2a3e52;
  text-align: left;
  height: 44px;

  font-family: Baloo_M;
  font-size: 19px;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    margin:4px 0 8px;
}
.list-c .specs-title ,.list-c .smalltitle{
  text-align: left;
  color: #666;
  font-size: 15px;
  height:22px;
  font-family: Baloo_M;
}
.list-c .specs-title .txt,.list-c .specs-title .smalltitle em{
  background: rgba(255,114,23,0.1);
  height:24px;
  line-height:24px;
  color: #b7510f;
  padding:0 6px;
  border-radius: 4px;
  display: inline-block;
  margin-right: 2px;
}
.list-c .specs-title .smalltitle em{
  background:rgba(255,114,23,0.1);

  margin:0;
  padding:0 6px;
  font-style: normal;
  height:23px;
  line-height:23px;
}
.list-c .specs-title .txt2{
  background: rgba(157,63,187,0.1);
  color: #9D3FBB;
}
.list-c .specs-title .txt img{
  display: inline-block;
  vertical-align: middle;
  margin-right:3px;
  width: 19px;
}
.list-c .smalltitle{
  height:20px;
  line-height: 20px;
}
.list-c .img-box {
  height: 174px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top:10px;
}
.list-c .img-box3{
  height:195px;
}
.list-c .img-box3 .num{
  position:absolute;
  bottom:10px;
  left:0;
  width:100%;
  display: flex;
  justify-content: center;
  font-size: 14px;
}
.list-c .img-box3 .num img{
  height: 25px
}
.list-c .img-box3 .num span{
  margin:0 7px;
  font-family: 'Baloo_M';
}
.list-c .img-box2{
  height:230px;
}
.list-c .discount,.list-c .hot,.list-c .lv {
  width: 43px;
  height:37px;
margin-right: 4px;
  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;
}
.list-c .lv{
   background: url(/pokemon/images/lv.png) no-repeat center center / 100%;
   padding-top:7px;
}
.list-c .hot {
  padding-top:7px;
}
.items .item-custom.col-xl-10 .col .custombtns{
  align-items: center;
      border-top: 1px solid #e8e8e8;
      padding-top:12px;
}
.items .item-custom.col-xl-10 .col .btnbuy .item-custom{
  width: 60%;
    height: 38px;
    font-size: 15px;
    background-color: #eef7fd;
    border-radius: 6px;
    margin: 0;
    cursor: pointer;
    transition: all .3s;
    color: #1a6db7;
    border: 1px solid #1a9dd8;
    font-family: Baloo_M;
}
.items .item-custom.col-xl-10 .col .btnbuy .item-custom:hover{background-color:#5c7fa2;color:#fff}
.items .item-custom.col-xl-10 .col .btnbuy .item-custom:active{ background-color: #e1eff8;color: #1a9dd8;}
.items .item-custom .specs-title{height:auto;}

 .items .item-custom .price-c{
  margin:0;
  padding:0;border:none;
 }
 .items .item-custom  .hot, .items .item-custom  .discount{
  left:68px;
 }
.list-c .img-box img {
  max-height: 100%;
  max-width: 100%;
  transition: 0.3s ease-in-out;
}

.attr-tag {
  justify-content: space-around !important;
}

.attr-tag .fire {
  background: #F08030;
  color: #fff;
  width: 60px;
  height: 20px;
  text-align: center;
  border-radius: 10px;
  font-size: 14px;
  background-position: 100% 100%;
}

.price-c {
  align-items: baseline;
  margin: 8px 0 6px;
  line-height: 24px;
  justify-content: flex-start;
  border-top: 1px solid #e8e8e8;
  padding-top: 12px;
}

.price-c .new-price {
  color: #D21E43;
  font-size: 20px;
  font-family: Baloo_M;
}

.price-c .old-price {
  color: #666;
  margin-left:5px;
  font-size: 16px;
  text-decoration: line-through;
   
}

.price-c i {
  font-style: normal;
}

.addSub {
  text-align: center;
    border-radius: 6px 6px 6px 6px;
    background: #51B1F2;
    height: 30px;
    line-height:  30px;
    display: flex;
    color: #fff;
}

.addSub button {
  background-color: transparent;
  font-size: 20px;
  width: 17px;
  height:  30px;
  line-height:  30px;
  transition: all .3s;
  color: #fff;
}



.addSub .item-num {
  font-size: 16px;
    width: 40px;
    height:  30px;
    line-height: 30px;
    border: none;
    background-color: transparent;
    text-align: center;
    color: #fff;
}
.items .items-list.col-xl-10 .col .btnbuy .buy-nows{
  height: 40px;
  font-size: 14px;
  background-color: #e1eff8;
  border-radius: 6px;
  margin: 0;
  cursor: pointer;
  transition: all .3s;
  color: #1a9dd8;
  border: 1px solid #1a9dd8;
  font-family: Baloo_M;
  width: calc(100% - 80px); 
}
.specs-item {
  display: flex;
  overflow-x:auto;
  cursor: pointer;
  padding-top: 7px;
  padding-bottom: 8px;
 scrollbar-color: #5a5a5a;
    /* 第一个方块颜色，第二个轨道颜色(用于更改火狐浏览器样式) */
    scrollbar-width: thin;
    /* 火狐滚动条无法自定义宽度，只能通过此属性使滚动条宽度变细 */
    -ms-overflow-style: none; 

}

.specs-item::-webkit-scrollbar,
.specs-item::-moz-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 5px;
}

.specs-item::-webkit-scrollbar-thumb,
.specs-item::-moz-scrollbar-thumb{
  background: transparent;
  border-radius: 5px;
  cursor: pointer;
}

.specs-item:hover::-webkit-scrollbar-thumb,
.specs-item:hover::-moz-scrollbar-thumb {
  background: #5a5a5a;
}

.specs-item .specs-list {
  width: 41px !important;
  margin-right:6px;
  height:44px;
  box-sizing: border-box;
  border: 1px solid #d5d5d5;
  transition: all 0.3s;
  position: relative;
  border-radius: 4px;
}

.specs-item .specs-list.active {
  border: 1px solid #2495E1;
  border-radius: 2px;
  position: relative;
}
.items .items-list.col-xl-10 .col .cart_btns,
.items .items-list.col-xl-10 .col .coming{
  width: 100%;
  
  height:40px;
  line-height: 40px;
  border-radius: 6px;
  display: flex;
  overflow: hidden;
  border: 1px solid #377FD1;
}
.items .items-list.col-xl-10 .col .coming{
  font-size: 14px;
  color:#fff;
  background: #2495E1;
  text-align: center;
  display: block;
  font-family: Baloo_M;
}
.items .items-list.col-xl-10 .col .coming:hover{
        background-color: #5C7FA2;
        color: #fff
}
.items .items-list.col-xl-10 .col .cart_btns .custombtn,
.items .items-list.col-xl-10 .col .cart_btns .buy-now{
  width: 68%;
  font-size: 15px;
  color:#fff;
  background: linear-gradient(135deg,#2495E1,#2080d3);
  height:40px;
  line-height: 40px;
  font-family: Baloo_M;
}
.items .items-list.col-xl-10 .col .cart_btns .add-to-cart{
  background: rgba(36,149,225,0.1);
  height:40px;
  line-height: 40px;
  width: 32%;

}



.items .items-list.col-xl-10 .col .cart_btns .add-to-cart i{
  color:#2495E1 ;
  font-size: 30px;
}
.specs-item .specs-list.active::after {
  content: '';
  width: 28px;
  height: 22px;
  background: url(/pokemon/images/choses.png) no-repeat;
  position: absolute;
  /* background-color: #54C8F4; */
  bottom: -5px;
  right: -6px;
  background-position: center center;
  border-radius: 10px;
  background-size: 70%;
}

.specs-item .specs-list:hover {
  border: 1px solid #2495E1;
  border-radius: 2px;
}

.specs-item .specs-list .img-box {
  width: 38px;
  height: 42px;
  margin:0;
}

.specs-item .specs-list .img .img {
  max-height: 100%;
}

.items-list .empty {
  text-align: center;
  margin-right: -244px;
}

.items-list .list-empty {
  text-align: center;
  flex: 0 0 100%;
  max-width: 100%;
}

.fixed-breadcrumb{
  position: fixed;z-index: 11;
  width: 100%;
  left: 0;

}
.fixed-breadcrumb .flexBetweenCenter{
  width: 1200px;
  margin:0 auto;

  
}
.items-body{
  /* margin-top: 74px; */
  margin:20px 0 0;
}
.bg_header{
  background: #f7f7f7;
}

.search input::-webkit-input-placeholder {
  /* color: #f8ecd2; */
  color: #999999;
}
.accountlist >li .phoneimg,.phone-navs{
  display: none;
}
.items .items-list  .ads{
line-height:36px;
height: 36px;
background: #FCF3DC;
border-radius: 8px;
padding:0 10px;
display: flex;
justify-content: space-between;
margin-bottom:10px;
align-items: center;
}
.items .items-list  .ads img{
  width: 18px;
  margin-right:5px;
}
.items .items-list  .ads>div,.items .items-list  .ads .left>a{
  display: flex;
  align-items: center;
  font-size: 17px;
  color:#b7510f;
  font-family: Baloo_M;
}
.items .items-list .right a{
  width: 68px;
height: 26px;
background: #df7a43;
border-radius: 13px ;
line-height:26px;
color:#fff;
text-align: center;
font-size: 16px;
}
.items .items-list  .ads  .wap{display: none;}
.items .items-list .right img{width: 26px;margin:0 0 0 4px;cursor: pointer;}
@media (max-width:1024px) {
  
  .accountlist >li .img{display:none;}
  .items-body{padding:0;}
  .items .items-list.col-xl-10 ul.row{margin:10px;}
  .items .items-list .ads{height:30px;line-height:30px;margin-top:8px;}
  .items .items-list  .ads  .pc,.items .items-list .right a{display: none;}
  .items .items-list  .ads  .wap{display: block;}
  .items .items-list  .ads img.wap{width:12px;margin-left: 10px;}
  .items .items-list .right img{width: 18px;margin:0}
  .items .items-list .ads p{font-size: 15px;}
  .breadcrumb{display: none;}
  .list-c .img-box3 .num{bottom:0;}
  .phone-navs{display: flex;background:#fff;height:45px;line-height:45px;padding:0 10px;margin-top:10px;}
  .phone-navs li a{margin-right:20px;font-size: 16px;color:#36353d;font-family: Baloo_M;display: inline-flex;align-items: center;}
  .phone-navs li i{
    width: 18px;
    min-width: 18px;
    height: 18px;
    border: 1px solid #D3D8DC;
    margin-right: 5px;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    display: inline-block;
    position: relative;
  }
  .phone-navs li.active i{background-color: #1A9DD8; border: 1px solid #1A9DD8;}
  .phone-navs li.active i::before{
    content: '';
    position: absolute;
    top: 1px;
    left: 4px;
    width: 6px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
  }
  .phone-navs li.active a{color: #2495E1 !important;}
  .headernav .searchs{display: flex;position: relative;}
  .list-c .discount, .list-c .hot{
    left:10px;
  }
  .list-c .img-box3 .num img{height:20px;}
  .list-c .specs-title{height:auto;min-height:24px;}
  .list-c .specs-title .smalltitle{
    margin-top:5px;
    display: block;
  }
  .sort .change-sort, .sort .sort-item{
  margin-right: calc(32% - 85px);
  width: auto;
  }
  .accountlist{
    display: flex;
  }
  .items .items-list.col-xl-10 .col .cart_btns, .items .items-list.col-xl-10 .col .coming{
     width:100%;
    
  }
  .items .items-list.col-xl-10 .col .btnbuy .buy-nows{
    width: calc(100% - 70px);
    height:36px;
    line-height: 36px;
  }
  .accountlist >li{
    background:#fff !important;
    width: 100%;
    box-shadow: 0px 0px 4px 0px rgba(60, 162, 230, 0.12);
border-radius: 4px 4px 4px 4px;
border: 1px solid #E6E6E6;
height: auto;
padding:12px;
margin-bottom: 10px;
  }
  
  .accountlist >li .accounttop,.accountlist li .accountbottom,.accountlist li .price span{
    display: none;
  }
  .accountlist li .price,.accountlist li .price em{
     margin:0;
  }
  .accountlist >li .phoneimg{
    display: flex;
    justify-content: space-between;
  }
  .accountlist >li .phoneimg img{
    width: 100px;
    height:auto;
    margin-right:10px;
  }
  .accountlist >li .phoneimg  .desc{
    font-size: 16px !important;
    color: #2E5060;
    line-height: 20px;
    text-overflow: ellipsis;
    font-family: Baloo_R;
    overflow: hidden;
    width: calc(100% - 110px);
  }
  .accountlist >li .phoneimg  .desc span, .accountlist >li .phoneimg  .desc p{
    font-size: 16px !important;
  }
  .accountlist >li .btns{
    display: flex;
    justify-content: space-between;
    margin-top:20px;
  }
  .accountlist >li .btn a{
    height:36px;
    line-height:36px;
    font-size: 14px;
    width: 132px;
  }
  .accountlist >li .btn{
    height:36px;
    border-radius: 4px;
    max-width: calc(100% - 110px);
  }
  .accountlist >li .btn button{
    width: 75px;
  }
 
  .accountlist >li.first .btn a,.accountlist >li .btn,.accountlist >li.first .btn{
    width: 207px;
    
  }
  .bg_header{
    background:none;
  }
  .sdbj,.sdbj2{
    display: none;
  }
  .list-c .btn.buy-now:active {
    background-color: #5c7fa2;
  }
  .items-list .list li .list-c .specs-title .handbook{
    right:5px;
    width: 30px;
    top:100px;
  }
  .specs-item .specs-list .handbook{
    right: -4px;
    top: 20px;
    width: 13px;
  }
  .specs-item .specs-list.active::after{
    width: 17px;
    height: 13px;
    bottom: -2px;
    right: -3px;
 
  }
 

  .specs-item .specs-list{
    max-width:22%;
    width: 37px !important;
    height:37px;
  }
  .specs-item .specs-list .img-box{
    width: 37px;
    height:37px;
    max-width: 100%;
  }
  .addSub{
    height:36px;
    line-height: 36px;
    display: flex;
    margin-bottom:6px;
  }
  .items .items-list.col-xl-10 .col .cart_btns .add-to-cart i{
    font-size: 24px;
  }
  .items .items-list.col-xl-10 .col .cart_btns, .items .items-list.col-xl-10 .col .coming,
  .items .items-list.col-xl-10 .col .cart_btns .custombtn{
    height:36px;
    line-height:36px;
  }
  .items .items-list.col-xl-10 .col .cart_btns .add-to-cart,
  .items .items-list.col-xl-10 .col .cart_btns .buy-now{
    height:34px;
    line-height: 34px;
  }

  .fixed-breadcrumb{
    position: relative;
    z-index: 1;
    padding: 0 ;
    width: 100%;
    box-sizing: border-box;
    left: 0;
   
  }
  



  .fixed-breadcrumb .flexBetweenCenter{
    flex-wrap: wrap;
  }
  .items .attributes.col-xl-2 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin: 0;
  }

  .items .items-list.col-xl-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
 

  .items header {
    flex-wrap: wrap;
  }


  .attributes {
    position: fixed;
    top: 50px;
    right: -100%;
    background-color: rgba(0, 0, 0, 0.52);
    height: calc(100% - 50px);
    z-index: 100;
    transition: all 0.3s;
    display: flex;
    justify-content: right;
    padding: 0;
  }

  .attributes.show {
    right: 0%;
  }

  .attributes .attr-con {
    background-color: #fbfbfb;
    z-index: 99999;
    width: 70%;
    border-radius: 0px;
    box-shadow: none;
    overflow: auto;
    padding: 20px;
  }
  .attributes .attr-title {
    /*height: 40px;
    line-height: 40px;*/
  }
  .attributes .attr-list li {
    border-bottom: solid 1px #eee;
    height: 40px;
    display: flex;
    align-items: center;
  }



  .attributes .close {
    position: fixed;
    top: 50px;
    right: -90%;
    width: 48px;
    height: 48px;
    background-color: #54C8F4;
    transition: all 0.3s;
  }

  .attributes .close.show {
    right: 70%;
  }

  .attributes .close i {
    color: white;
    font-size: 22px;
  }

  .list-c .btn {
    width: 136px;
    height: 32px;
  }
  .list-c .btn.buy-now {

  }

  .items .items-list.col-xl-10 {
    padding:0;
    margin-top: 0px;
  }

  .list-c .img-box {
    height: 145px;
  }
  .list-c .img-box2{
    height:193px;
  }
 
  .items-list .list li .list-c {
    padding:0 8px 8px;
    margin-bottom: 0px;
  }

  .price-c .new-price {
    font-size: 18px;
  }

  .price-c .old-price {
    font-size: 12px;
  }
  .list-c .title{
    font-size: 17px;
    line-height: 20px;
    height:40px;
    margin-top:6px;
  }


  .addSub button {
    height: 33px;
    width: 17px;
    line-height:33px;
  }



  .addSub .item-num {
    height: 36px;
    width: 26px;
    line-height:36px;
  }
  .price-c .addSub, .price-c .addSub button,.price-c .addSub .item-num{
    height:30px;
    line-height:30px;
  }
  #items header {
    margin-top: 0px;
  }

  #items .breadcrumb {
    width: 100%;
    align-items: baseline;
    /*justify-content: space-between;*/
  }
 #items .breadcrumb i.icon-shaixuan {
     position: fixed;
     right: 0;
     border: 1px solid #DDD;
     padding: 8px;
     background: #fff;
     border-radius: 5px;
     top: 35%;
     z-index: 99;
    box-shadow: rgb(0 0 0 / 30%) 0px 4px 12px;
  }

  #items .breadcrumb a {
    font-size: 14px;
  }


  .attributes .attr-list li.active {
    background-color: #54C8F4;
  }
  .attributes .attr-list li.active a{
    color:#fff;
  }
  .items-list .empty {
    text-align: center;
    margin-right: 0;
  }

    img[alt="pokemon-legends-z-a mega pokemon"]{
    display: none;
  }
  img[alt="pokemon-legends-z-a-pokemon-for-sale"]{
    display: none;
  }
}

@media(max-width:767px){

.items .items-list.col-xl-10 .col{
  width: 49%;
  margin:0 2% 8px 0;
}
.items .items-list.col-xl-10 .col:nth-of-type(2n){
  margin-right:0;
}
}

@media(min-width:768px) and (max-width:1024px){
  .items .items-list.col-xl-10 .col{
    width: 32%;
    margin:0 2% 15px 0 !important;
  }
  .items .items-list.col-xl-10 .col:nth-of-type(3n){
    margin-right:0 !important;
  }
  .specs-item .specs-list{
    max-width:24%;
    width: 44px !important;
    height:44px
  }
  .specs-item .specs-list .img-box{
    width: 44px;
    height:44px;
    max-width: 100%;
  }
}

@media (min-width:1024px) {
  .list-c .btnbuy .cart_btns .btn.buy-now:hover {
    background: #5c7fa2;
  }
  
 

  .items .items-list.col-xl-10 .col .cart_btns .custombtn:hover{
    background: #5C7FA2;
    color:#fff;
  }
  .items .items-list.col-xl-10 .col .cart_btns .add-to-cart:hover{
    background-color: #D7E4F2 ;
  
  }

}


.layer{
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background-color: rgb(55, 55, 55, .5);
  display: none;
  left: 0;
}

.pop{
  width: 417px;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  position: fixed;
  background:url(../images/bg1.png) no-repeat top center/100%;
  background-color: #fff;
  padding:35px 44px 25px;
  box-sizing: border-box;
  text-align: center;
  display: none;
  border-radius: 6px;
  z-index: 9999;
}
.pop h3{
  color:#000;
  font-size: 20px;
  margin-bottom: 20px;
}
.pop  p{
  font-size: 16px;
  font-family: Baloo_M;
text-align: left;
color:#000;
}
.pop a{

  line-height: 40px;
  height: 40px;
  background: #eee;
  border-radius: 4px;
  margin:20px 0 10px;
  font-size: 14px;
  display: block;
  color: #999;
}
.pop a.cur{
  background: #2495E1;
  color:#fff;
}
.pop .del{
  position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.pop .check{
  font-size: 15px;
  color:#808080;
}
.pop .check.cur{
  animation: shakeAnimal 800ms ease-in-out;
}
.pop .check input{
  width:18px;
  height:18px;
  margin-right:10px;
  vertical-align: middle;
  -webkit-appearance: none;
  border:1px solid #808080;
  position: relative;
  border-radius: 2px;
  outline: none;
}
.pop .check input:checked{
  background-color: #2495E1;
  border:1px solid #2495E1;
}

.pop .check input:checked::after {
  content: '✔';
  color: white; 
  position: absolute; 
  left: 50%; 
  top: 50%; 
  transform: translate(-50%, -50%); 
  font-size: 16px; 
}

@media (max-width:1024px) {
  .pop{
    max-width: 95%;
    padding: 30px 20px 25px;
  }
  .pop .check{
    font-size: 14px;
  }
  .alias{
  font-size:15px
}

}