.layers  .pop{
  background: #FFFFFF;
border-radius: 12px ;
width: 1000px;
position:fixed;
top:50%;
left:50%;
transform: translate(-50%,-50%);
padding:30px;
z-index: 9999;
display:none;
}
.swiper2  .swiper-slide{border:1px solid #ddd;display:flex;align-items: center;justify-content: center;height:100px;}
.swiper2  .swiper-slide img{max-width: 100%;max-height:90%}
.swiper2  .swiper-slide.swiper-slide-thumb-active{
  border:1px solid #1A9DD8;
}
@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); }
}

body{
  background:#FBFBFB
}
.detailbox .left .box .swiper-button-prev,.detailbox .left .box .swiper-button-next{
  width:40px;
  height:60px;
  left:0;
  background:url(../images/arrow2.png) no-repeat center center / 30px,rgba(0,0,0,0.4);
  opacity: 1;
  cursor: pointer;
}
.detailbox .left .box .return{
  display: none;
}
.detailbox .left .box .swiper-button-prev:hover,.detailbox .left .box .swiper-button-next:hover{
  background:url(../images/arrow2.png) no-repeat center center / 30px,rgba(0,0,0,0.6);
}
.detailbox .right .des{
  height:235px;
  font-family: Baloo_M !important;
  border-top: 1px dashed #C9C9C9;
  padding-top:15px;
  font-size: 17px;
  color: #555;
}

.layers1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  display: none;
  z-index: 99999;
}
.layers1 .img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.layers1 .img img {
  max-width: 1000px;
  display: block;
  margin: 0 auto;
  max-height:85vh;
}

.layers1 span.del {
  background: #eee;
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  color: #666;
  position: absolute;
  right: -40px;
  top: 0px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.box .swiper-pagination{
  bottom:-3px;
  width: 100%;
}
.box .swiper-pagination .swiper-pagination-bullet{
  margin:0 3px;
  opacity: .5;
}
.swiper-pagination-bullet-active{
  background-color: #1A9DD8 !important;
  opacity: 1 !important;
}
.detailbox .left .swiper1 .swiper-slide img{
  cursor: pointer;
}
.detailbox .right .des span,.detailbox .right .des p{
  font-size: 17px !important;
}
.detailbox .left .box .swiper-button-next{
  left:auto;
  right:0;
  transform: rotate(180deg);
}
.swiper2{margin-top:20px !important;}
.about {
  border:2px solid #D9E3F5; 
 border-radius: 10px;
 background-color: #fff;
 padding: 30px;
 margin: 0 0 40px;
}

.about .title {
 font-size: 22px;
 letter-spacing: 0px;
 color: #333;
 font-family: Baloo_M;
}

.about .about-content {
 margin-top: 15px;
 line-height: 26px;
 font-size: 17px;
 color: #444;
}
.about .about-content li{
 list-style: auto;
}
.about .about-content ol,
.about .about-content ul{
 margin-left: 13px;
}
.about .about-content h1 {
 font-size: 16px;
 line-height: 25px;
 letter-spacing: 0px;
 color: #2a3e52;
 margin-bottom: 20px;
}
.layers .img {
  max-width: 100%;
  display: none;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.layers .img img {
  max-width: 1000px;
  display: block;
  margin: 0 auto;
}
.layers span.del {
  background: #eee;
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  color: #666;
  position: absolute;
  right: -10px;
  top: -39px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.layers .fs-dropdown{
  box-shadow: 0 0 0 2px rgba(0, 123, 255, .25);
}
.waptip{
  display:none;
}
.detailbox  .custom-img-list{
  margin-top:10px;
}
.detailbox  .custom-img-list img{
  width: 49%;
  cursor: url(../images/searchs.png), default;
}

.layers  .pop2{
  background: #FFFFFF;
  border-radius: 12px ;
  width: 540px;
  position:fixed;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
 display:none;
}
.layers  .pop2 h2{
  line-height:40px;
  border-bottom: 1px solid #E6E6E6;
  font-size:16px;
  color:#333;
  font-family: Baloo_M;
  padding-left: 12px;
}
.layers  .pop>p{
  font-size:22px;
  color:#333;
  font-family: Baloo_B;
}
.layers .pop img.return{
  display: none;
}
.layers  .pop .del,
.layers  .pop2 .del{
  position:absolute;
  right:15px;
  top:15px;
  cursor: pointer;
}
.layers  .pop2 .del{
  width: 20px;
  right:10px;
  top:10px;
}
.layers  .pop2 .content{
  padding:25px 35px 35px;
  display: flex;
  align-items: flex-start;
}
.layers  .pop2 .content img{
  margin-right:20px;
}
.layers  .pop2 .content span{
   font-size:18px;
   color:#FEA43D;
   font-family: Baloo_M;
}
.layers  .pop2 .content p{
  font-size: 16px;
  line-height:24px;
  color:#666;
  font-family: Baloo_R;
}
.layers  .pop  .tab{
  margin-bottom:20px;
}
.layers  .pop  .tab>P{
  font-size:18px;
  color: #5F86AE;
  text-decoration-line: underline;
}
.layers  .pop  .tab li{
  width:23%;
  margin:0 2.3% 10px 0;
  display: inline-block;
  vertical-align: top;
}
.layers  .pop  .tab.short li{
  width: 98px;
  margin:0 24px 10px 0;
}
.layers  .pop  .tab li:nth-of-type(4n+1){
  margin-right:0;
}
.layers  .pop  .tab.short li:nth-of-type(4n+1){
  margin-right:24px !important;
}
.layers  .pop  .tab li span{
  display: block;
  font-size:16px;
  color:#323B44;
}
.layers .pop .tab li span.clear,
.fs-arrow{
  display: none !important;
}
.fs-label-wrap .fs-label{
  padding: 9px 22px  9px 8px !important;
}
.fs-label-wrap{
  box-shadow:none !important;
}
.fs-dropdown .fs-options{
  max-height:250px !important;
}
.fs-dropdown{
  top:auto;
  bottom:35px;
}
#basic-info .fs-dropdown{
   bottom:auto;
   top:30px;
}
.fs-wrap{
  width: 100% !important;
  background: url(../images/xl.png) no-repeat right 12px center / 10px;
}
.layers  .pop  .tab  input,
.layers  .pop  .tab  select{
  width:100%;
  height: 33px;
  line-height:33px;
border-radius: 5px;
border: 1px solid #BAC2D2;
padding-left:10px;
box-sizing: border-box;
color:#333;
}
.layers  .pop  .tab  select{
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/xl.png) no-repeat right 12px center / 10px;
}
.layers  .pop .btns{
  text-align: center;
}
.layers  .pop .btns a,
.layers  .pop2 .btns a{
  height: 38px;
  line-height:38px;
  border: 1px solid #C1C2D0;
  border-radius: 5px;
  font-size:14px;
  color:#333;
  display:inline-block;
  text-align:center;
  width:175px;
  margin:0 10px;
}
.layers  .pop2 .btns{
  margin-top:20px;
}
.layers  .pop2 .btns a{
  width: 152px;

margin:0 20px 0 0;
}
.layers  .pop .btns a:last-child,
.layers  .pop2 .btns a:last-child{
  background: #2495E1;
  color:#fff;
}
.detailbox{
  display: flex;
  justify-content: space-between;
  padding-bottom:60px;
  margin-top:15px;
}
.detailborder .detailbox{
  padding:0;
}




.detailbox .right .num.specs-item{
  display: block;
}
.detailboxcontent img{
    display: block;
    margin: 0 auto;
    height: auto;
}
.detailboxcontent .table{
  margin-top:15px;
}
.detailboxcontent .tabborder .table:first-child{
  border-top: 1px dashed #C9C9C9;
  padding-top:20px;
}
.detailboxcontent .table h2{
  font-size: 20px;
}
.detailboxcontent table{
  border:1px solid #dbdbdb;
  width: 100%;
  border-bottom:none;
  border-radius: 6px;
    overflow: hidden;
  border-spacing: 0px;
  margin-top:10px;
}
.detailboxcontent table th{
  line-height: 28px;
  font-size: 16px;
  border-right:1px solid #dbdbdb;
  border-bottom:1px solid #dbdbdb;
  height: 38px;
}
.detailboxcontent table tr:first-child th{
  background:#5079A8;
  color:#fff;
} 
.detailboxcontent table tr th:first-child{
  color: #2769be;
}


.detailboxcontent table tr:nth-of-type(2n+3) th{
  background:#f2f3f9;

}
.detailboxcontent table th:last-child{
  border-right:none;
}
.detailboxcontent table th a{
  display: inline-block;
    width: 66px;
    height:26px;
    line-height: 26px;
    color:#fff;
    border-radius: 4px;
   
    margin:0 4px;
}

.type-NORMAL {
  background-color: #aa9
}

.type-FIRE {
  background-color: #f42
}

.type-WATER {
  background-color: #39f
}

.type-ELECTRIC {
  background-color: #fc3
}

.type-GRASS {
  background-color: #7c5
}

.type-ICE {
  background-color: #6cf
}

.type-FIGHTING {
  background-color: #b54
}

.type-POISON {
  background-color: #a59
}

.type-GROUND {
  background-color: #db5
}

.type-FLYING {
  background-color: #89f
}

.type-PSYCHIC {
  background-color: #f59
}

.type-BUG {
  background-color: #ab2
}

.type-ROCK {
  background-color: #ba6
}

.type-GHOST {
  background-color: #66b
}

.type-DRAGON {
  background-color: #76e
}

.type-DARK {
  background-color: #754
}

.type-STEEL {
  background-color: #aab
}

.type-FAIRY {
  background-color: #e9e
}

.type-CURSE {
  background-color: #698
}

.detailboxcontent table th img{
  display: inline-block;
  vertical-align: middle;
}
.detailbox .right .num.specs-item ul{
  display: flex;
  flex-wrap: wrap;
}
.detailbox .right .tabbox{
  display: none;
}
.detailbox .right .tabbox .level .name{
     
        position: relative;
    width: 326px;
    border-radius: 4px;
    border: 1px solid #BAC2D2;
    background: #fff;
    cursor: pointer;
    height:40px;
    line-height: 40px;
}

.detailbox .right .tabbox .level .name span{
    line-height: 40px;
    padding-left: 12px;
    font-size: 16px;
    color: #323B44;
    background: url(../images/xl.png) no-repeat right 8px center / 14px;
    font-family: Baloo_R;
}
.detailbox .right .tabbox .level .name.cur span{
  background: url(../images/xl2.png) no-repeat right 8px center / 14px;
}
.detailbox .right .tabbox .level  li{
  line-height: 40px;
  padding-left: 12px;
  font-size: 16px;
    color: #323B44;
    font-family: Baloo_R;
}
.detailbox .right .tabbox .level ul{
  position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #BAC2D2;
    top: 110%;
    z-index: 99;
    border-radius: 4px;
    display: none;
}

.detailbox .right .tabbox:first-child{
  display: block;
}
.detailbox .right .num.specs-item li,.detailbox .right .numlist li{
  width:95px;
height: 37px;
background: #FFFFFF;
border-radius: 5px;
border: 1px solid #D3D8DC;
line-height: 37px;
margin:0 8px 0 0;
text-align: center;
font-size: 15px;
font-family: Baloo_M;
cursor: pointer;
}
.detailbox .right .num.specs-item li.active{
  background:url(../images/chose.png) no-repeat right bottom;
  background-color: rgba(26, 157, 216,0.1);
  color:#1A9DD8;
  border:1px solid #1A9DD8;
}
.detailbox .right .numlist{
      padding-bottom: 8px;
}
.detailbox .right .numlist .ul-flex{
  display: flex;
  flex-wrap: wrap;
}
.detailbox .right .numlist li{
  text-align: left;
  text-align: left;
    width: auto;
    line-height: 37px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 10px 0 8px;
    width: 150px;
}
.detailbox .right .numlist li img{
  width:30px;
  margin-right:4px;
}
.detailbox .right .numlist li.active{
  background:#1A9DD8;
  color:#fff;
}
.detailbox .right .ticket{

}
.detailbox .wapper{
  width: 42%;
  overflow: hidden;
}
.detailbox .left{
position: sticky;
top:135px;
width: 42%;
}
.detailboxcontent .content{
  display: none;
}
.detailboxcontent .content:nth-of-type(1){
  display: block;
}

.detailbox  .text{
  margin-top:20px;
}
.detailbox .left .box{
  height: 356px;
background: #f6f6f6;
position: relative;
width: 100%;
flex-shrink: 0;
object-fit: cover;
}
.detailbox .left .box .corner{
   position: absolute;
}
.detailbox .left .box .handbook{
  width: 60px;
  display: block;
  padding-top:7px;
}
.detailbox .left .box .Alpha{
  width: 60px;
  display: block;
  padding-top:7px;
}
.detailbox .left .img-box{
    width: 100%;
    height: calc(100%);
   display: flex;
   align-items: center;
   justify-content: center;
}
.detailbox  .text span{
  font-size:18px;
  color:#333;
  font-family: Baloo_M;
}
.detailbox  .text  p{
  font-size:16px;
  font-family: Baloo_R;
  color:#333;
}
.detailbox .left .img-box img{
  max-width: 100%;
  max-height:100%;
  display: block;
  margin:0 auto;
}
.detailbox .left>img {
  width: 50px;
  position: absolute;
  top: 48px;
  left: 85px;

}
.detailbox .left .discount {
  height: 25px;
  color: white;
  font-size: 14px;
  position: absolute;
  right: 0px;
  top: 0px;
  background: #D21e43;
  padding: 0 7px;
  border-radius: 4px 0 0 4px;
}
.detailbox .left .specs-item ul{
  display: flex;
  flex-wrap: wrap;
}
.detailbox .left .specs-item li{
  width: 150px;
  height:150px;
  display: flex;
  align-items: center;
  border: 1px solid #D5D5D5;
  margin-right:10px;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.detailbox .left .specs-item li img{
  max-width: 90%;
  max-height:100%;
}
.detailbox .left .specs-item li.active{
  border: 2px solid #1A9DD8;
  border-radius: 4px;
}
.detailbox .left .specs-items li{
  width: 75px;
  height:75px;
}
.detailbox .left .specs-items li .img-box{
  border:none !important;
}
.detailbox .right{
width: 54%;
}
.detailbox .right .tcgdetail{
  border-top: 1px dashed #C9C9C9;
  color: #444;
}
.detailbox .right .tcgdetail ul{
  border-bottom: 1px dashed #C9C9C9;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.detailbox .right .num span.title1{
      margin-bottom: 4px;
}
.detailbox .right .tcgdetail li{
   width: 24%;
    display: inline-flex;
    align-items: flex-start;
    cursor: pointer;
    line-height: 18px;
    margin-bottom: 8px;

}
.detailbox .right .tcgdetail li i,
.detailbox .right  .additional i{
  width: 18px;
    min-width: 18px;
    height: 18px;
    border: 1px solid #D3D8DC;
    margin-right: 11px;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    display: inline-block;
    position:relative;
}
.detailbox .right .tcgdetail li.active i,
.detailbox .right  .additional i{
  background-color: #1A9DD8;
  border:1px solid #1A9DD8;
}

.detailbox .right .tcgdetail li.active i::before,.detailbox .right  .additional 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);

}
.detailbox .right  .additional{
  display:flex;
      align-items: center;
}
.detailbox .right h1.title{
  font-size:24px;
  color:#363537;
  font-family: BALOO2-SEMIBOLD;
}
.detailbox .right .tag{
  padding:10px 0 4px 0;
  flex-wrap: wrap;
}
.detailbox .right .tag1{
  padding:5px 0 10px;
}
.detailbox .right .tag span{
  font-size:20px;
  color: #D21E43;
  font-family: Baloo_B;
}
.detailbox .right .kb{
  margin-top:5px;
}
.detailbox .right .kb .list{
  margin-bottom:24px;
}
.detailbox .right .kb .list h2{

  font-size:17px;
  color:#333;
  font-family: Baloo_M;
  font-weight: normal;
}
.detailbox .right .kb .list .img span{
    font-size:16px;
}
.detailbox .right .kb .list h2{
  font-family:BALOO2-SEMIBOLD;
}
.detailbox .right .kb .list img{
  width: 68px;
  display: block;
  margin:5px 0;
}
.detailbox .right .kb .list .img a{
  float: right;
  text-align: center;
  width: 88px;
height: 30px;
background: rgba(54,159,230,0.1);
border-radius: 4px ;
border: 1px solid #1a6db7;
line-height:30px;
font-size:16px;
display: inline-block;
color: #1a6db7;
}
.detailbox .right .kb .list .box{
  height: 150px;
background: #FFFFFF;
border-radius: 5px 5px 5px 5px;
border: 1px solid #D3D8DC;
width: 100%;
margin-top:10px;
padding:10px;
box-sizing: border-box;
overflow-y:auto;
}
.detailbox .right .kb .list .box span,
.detailbox .right .kb .list .box li{
  font-size:15px;
  color:#666;
  font-family: Baloo_R;
}
.detailbox .right .kb .list .box li{
  width: 33%;
  display: inline-block;
  vertical-align: top;
}
.detailbox .right .kb .list .box li p{
  color: #5F86AE;
  font-size: 16px;
  font-family: 'Baloo_M';
}
.detailbox .right a.addcart{
  width: 320px;
height: 38px;
line-height:38px;
font-size:16px;
color:#fff;
display: inline-block;
background: #2495E1;
border-radius: 5px ;
text-align: center;
margin-top:8px;
}
.detailbox .right .tag li{
  width: auto;
  height: 26px;
  line-height: 26px;
  padding:0 12px;
  text-align: center;
  color: #b7510f;
  font-family: Baloo_M;
  font-size: 16px;
  background: rgba(255,114,23,0.1);
  border-radius: 6px;
  margin: 0 10px 10px 0;
}

.specs-item {
  display: flex;
  border-top: 1px dashed #C9C9C9;
  padding-top: 15px;

}
.specs-item.not-line{
  border-top: initial;
}
.specs-item::-webkit-scrollbar {
  appearance: none;
  height: 8px;
  width: 8px;
}

.specs-item::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.specs-item::-webkit-scrollbar-thumb {
  background-color: #c9cacb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.specs-item .specs-list {
  position: relative;
  background-color: #fff;
  margin-right: 8px;
}

.specs-item .specs-list .handbook{
  position: absolute;
  right: -2px;
  top: 41px;
  width: 18px;
}

ul.specs-item .specs-list.active  .img-box{
  border:1px solid #2495E1
}

ul.specs-item .specs-list.active::after,
.detailbox .left .specs-item li.active::after {
       content: '';
    width: 28px;
    height: 22px;
    background: url(/pokemon/images/chosetop.png) no-repeat;
    position: absolute;
    /* background-color: #54C8F4; */
    top: 0px;
    left: -1px;
    background-position: center center;
    background-size: 27px;

}

ul.specs-item .specs-list .img-box {
  width:60px;
  height: 60px;
  border: 1px solid #D5D5D5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.specs-list .img-box img {
  max-width: 50px;
  max-height: 60px;
}
.detailbox .right .num{
  padding:15px 0 0;
}
.detailbox .right .num span{
  font-size:16px;
      color: #3F4B5E;
  font-family: Baloo_M;
  display: block;
  line-height: 25px;
}
.detailbox .right .num span em{
  font-style: normal;
  color:red;
}
.detailbox .right .quantitybox{
  border-radius: 4px;
border: 1px solid #D3D8DC;
width: 326px;
overflow: hidden;
}
.detailbox .right .quantitybox input{
  width: 256px;
  height:37px;
line-height: 37px;
  font-size: 16px;
  border:none;
  border-left: 1px solid #D3D8DC;
  border-right: 1px solid #D3D8DC;
  text-align: center;
}
.detailbox .right .quantitybox button{
  width: 35px;
  height:37px;
line-height: 37px;
background:#fff;
font-size: 20px;
}
.detailbox .right .price{
  display: flex;
  color:#3F4B5E;
  font-size: 16px;
align-items: center;
font-family: Baloo_M;
margin-top:15px;
}
.detailbox .right .price i{
  font-style: normal;
}
.detailbox .right   .a-price{
   font-size:26px;
   font-family: BALOO2-SEMIBOLD;
   color:#D21e43;
   margin-left: 4px;
}

.detailbox .right .buy button {
  width: 155px;
  height: 40px;
  border-radius: 5px;
  border: none;
  margin-right: 10px;
  font-size: 16px;
  font-family: Baloo_B;
  cursor: pointer;
  transition: all 0.3s;
}

.detailbox .right button.buy-now {
  background: linear-gradient(135deg,#2495E1,#2080d3);
  color: white;
  font-family: BALOO2-SEMIBOLD;
}



.detailbox .right  button.add-to-cart {
  background-color: #eef7fd;
  color:#1a6db7;
  border: 1px solid #1a6db7;
  margin-left: 3px;
  font-family: BALOO2-SEMIBOLD;
}



.detailbox .right  .content,.detailboxcontent{
  border-top: 1px dashed #C9C9C9;
  padding-top:20px;
  margin-top:20px;
  font-size: 17px;
  color:#555;
  font-family: Baloo_R !important;
 
}

.detailboxcontent{
  padding:20px 0 30px;
}


.detailboxcontent .morebtn{
  
    color: #1A9DD8;
  
    cursor: pointer;
    display: flex;
    align-items: center;
    font-family: Baloo_M;
}
.detailboxcontent .morebtn  img{
  width: 14px;
  margin-left: 5px;
}
.detailboxcontent .morebtn.cur img{
  transform: rotate(180deg);
}
.detailboxcontent .content .tip{
  display: block;
  color:#555;
  font-family: Baloo_B;
  font-size: 16px;
  display: block
}
.detailboxcontent  .content p,
.detailboxcontent  .content span{
  font-family: Baloo_R !important;
}


/*详情*/
.dextable {
  border: 0;
  border-spacing: 2px;
  border-collapse: seperate;
  width: 100%;
}


.dextable td {
  padding: 0px;
  font-size: 0.9em;
}
.dextable td a{
  color: #333;
}
.fooevo {
  background: #5079A8;
  color: #fff;
  text-align: center;
  /*font-weight: bold;*/
  /*border: 1px solid #383838;*/
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.fooinfo {
  background: #f4f5fb;
  color: #333;
  /*border: 1px solid #383838;*/
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.cen {
  background: #f4f5fb;
  color: #333;
  text-align: center;
  /*border: 1px solid #383838;*/
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.foo {
  background: #5079A8;
  color: #fff;
  text-align: center;
  width: 20%;
  font-weight: bold;
  /*border: 1px solid #383838;*/
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.fooleft {
  background: #5079A8;
  color: white;
  text-align: left;
  font-weight: bold;
  /*border: 1px solid #383838;*/
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.footype {
  background: #f4f5fb;
  color: #333;
  text-align: center;
  width: 5.5%;
  /*border: 1px solid #383838;*/
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.pkmn {
  background: #fff;
  font-size: 1em;
  color: white;
  text-align: center;
  /*border: 1px solid #383838;*/
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

h2 {
  font-size: 1em;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}
.scarlet {
  background: #FF6009;
  color: black;
  font-weight: bold;
  width: 10%;
  /*border: 1px solid #383838;*/
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.violet {
  background: #D619FF;
  color: black;
  font-weight: bold;
  width: 10%;
  /*border: 1px solid #383838;*/
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.footwo {
  background: #5079A8;
  color: white;
  text-align: center;
  width: 50%;
  font-weight: bold;
  /*border: 1px solid #383838;*/
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.anctab {
  border: 0;
  border-spacing: 2px;
  border-collapse: seperate;
  width: 100%;
  margin-bottom: 15px;
}
.fooblack {
  background: #222222;
  color: white;
  font-weight: bold;
  width: 10%;
 /* border: 1px solid #383838;*/
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.fooblack a{
  color: #fff;
}
.attheader {
  background: #5079A8;
  font-size: 1em;
  color: white;
  text-align: center;
  /*border: 1px solid #383838;*/
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.foohin {
  background: #fff;
  color: #333;
 /* border: 1px solid #383838;*/
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.fooben {
  background: #fff;
  color: #333;
 /* border: 1px solid #383838;*/
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-weight: bold;
}
.radar-graph {
  width: 500px;
  height: 500px;
  position: relative;
  margin: auto;
}
.radar-graph .polygon {
  background-color: #5079A8;
  width: 100%;
  height: 100%;
  opacity: 70%;
}
.radar-graph .label {
  position: absolute;
  color: white;
  transform: translate(-50%,-50%);
}

.foobreinfo {
  background: #f4f5fb;
  color: #333;
  width: 40%;
  /*border: 1px solid #383838;*/
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.fooinfo {
  background: #f4f5fb;
  color: #333;
  /*border: 1px solid #383838;*/
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
h3.eggmove{
  background: #5079A8;
  text-align: center;
  color:#fff;
}
.pkm_content p{
  color: #fff;
}
.tips {
  width: 1200px;
  margin: 0 auto;
  margin-top: 0px;
}
.swiper1 .swiper-pagination {
  display: none;
}
.detailbox .right .tags span{
  height:22px;
  line-height:22px;
  padding:0 10px;
  display: inline-block;
  border-radius: 4px;
  font-family: Baloo_M;
  margin-right:8px;
}
.detailbox .right .tags span.Non-shiny{
background: #FDEFDB;
color: #FEA144;
}
.detailbox .right .tags span.Shiny{
background: rgba(157,63,187,0.1);
color:rgba(157, 63, 187, 1);
}
.detailbox .right .content .year>span,
.detailbox .right .content .skill>span{
font-size: 16px;
color: #577284;
font-family: Baloo_M;
}
.detailbox .right .content .year,.detailbox .right .content .skill{
  margin-bottom: 10px;
}
.detailbox .right .content .year .xl .names:hover{
      background-color: rgba(26, 157, 216, 0.1100);
}
.detailbox .right .content .select{
  position:relative;
  width: 484px;
border-radius: 4px;
border: 1px solid #BAC2D2;
    background: url(../images/xl.png) no-repeat right 8px center / 14px;
    cursor: pointer;
    max-width: 100%;
}
.detailbox .right .content .select.cur{
      background: url(../images/xl2.png) no-repeat right 8px center / 14px;
}
.detailbox .right .content .select .xl{
  position:absolute;
  left:0;
  width: 100%;
  background:#fff;
  border: 1px solid #BAC2D2;
  top:110%;
  z-index: 99;
  border-radius: 4px;
  display: none;
  max-height:320px;
  overflow-y:auto;
}

.detailbox .right .content .select .xl::-webkit-scrollbar {
  width: 8px;  /* 垂直滚动条宽度 */
  height: 8px; /* 水平滚动条高度 */
}
 
.detailbox .right .content .select .xl::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
 
.detailbox .right .content .select .xl::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
 
.detailbox .right .content .select .xl::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.detailbox .right .content  .names{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color:#323B44;
  font-family: Baloo_R;
  padding:4px 25px 4px 12px;
  
}
.detailbox .right .content .skill  .names.color1{
  background: rgba(208,225,125,0.29);
}
.detailbox .right .content .skill  .xl .names{
  margin-bottom:5px;
}
.detailbox .right .content .skill  .names.color{
  background:#FFEBEE;
}
.detailbox .right .content  .names>div:first-child{flex:1;}
.detailbox .right .content .skill .xl .names.color1:hover{background: #FEFFF6;}
.detailbox .right .content .skill  .xl .names.color:hover{background: #FFF5F6;}
.detailbox .right .content .select .price{
  margin:0;
  color:rgba(210, 30, 67, 1);
}
.detailbox .right .content .skill .names>div>span{
  font-size: 18px;
  font-family: Baloo_M;
}
.detailbox .right .content .skill .names .titles i{
  font-style: normal;
line-height: 22px;
height: 22px;
display: inline-block;
background: #FC8A88;
border-radius: 4px;
padding:0 5px;
color:#fff;
font-size:14px;
margin-left: 5px;
}
.detailbox .right .content .names .titles .skillname{
  font-family: Baloo_B;
}

.detailbox .right .content .skill .charge_skill{
   display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.detailbox .right .content .skill .charge_skill .btn{
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.detailbox .right .content .skill .charge_skill .btn img:last-child{
  margin-left: 4px;
}
.detailbox .right .content .skill .charge_skill .add{
  width: 22px;
  cursor: pointer;
}
.detailbox .right .content .skill .charge_skill .reduce{
  width: 19px;
}
@media (max-width:1024px) {
  .specs-item.not-line{
  border-top: initial !important;
  }
  .detailbox .right .content .skill .charge_skill .btn img:last-child{display: none;}
  .detailbox .left .specs-items{padding-left: 10px;}
  .detailbox .right .content .select{width:92%;}
  .detailbox .right .content .select .xl .names{padding:5px;}
  .detailbox .right .content .names>div:first-child{flex:1;padding-right:6px;}
  .detailboxcontent img{
    max-width: 100%;
  }
  .breadcrumb {display: none;}
  .detailboxcontent{
    padding:15px 0px;
    margin:0 10px;
    font-size: 16px;
    font-family: Baloo_M;
  }
  .detailbox .right .tcgdetail li{
    width: 49%;
  }
  .detailbox .right .tcgdetail li i, .detailbox .right .additional i{
    margin-right: 4px;
  }
  .detailbox .right .additional i{
    margin-top:3px;
  }
  .detailbox .right .additional{
    align-items: flex-start;
  }
  .item-detail{
    padding:0;
  }
  .layers1 .img img {
    max-width: 94vw;
    max-height:80vh;
 }
 .layers1 span.del {
  top: -33px;
  right: 0;
}
  .swiper1 .swiper-pagination {
    display: block;
    bottom:0 !important;
  }
  .detailbox .left .box .swiper-button-prev, .detailbox .left .box .swiper-button-next{
        width:30px;
        height:40px;
        background-size:20px;
  }
  .detailbox .left .box .swiper-button-prev:hover, .detailbox .left .box .swiper-button-next:hover{
    background-size:20px;
  }
  .detailbox .right .des{
    height: auto;
  }
  .swiper2{
    display: none;
  }
  .detailbox .right .num.specs-item ul.scale{
    margin-bottom: 10px;
  }
  .detailbox .right .numlist{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 0;
  }
  .detailbox .right .numlist li {
    margin-bottom: 8px;
  }
  .about{
    padding:25px;
    border-radius: 6px;
  }
  .about .about-content p img {
    width: 100%;
    height: auto;
}
.detailboxcontent .content1 {
    max-height:inherit;
  }
  .detailbox .left .box>img{
    width: 40px !important;
    position: absolute;
  }
  .detailbox .right .num.specs-item ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 8px;
  }
  .detailbox .right h1.title span{
    display: block;
    font-family: Baloo_M;
    font-size: 18px;
    font-weight: normal;
    color:#666;
    margin-top: 6px;
  }
  .detailbox .right h1.title2{
    padding:5px 0 0 !important;
  }
  .detailbox .right .num.specs-item li{
    width: 100%;
    margin:0;
  }
  .detailbox .left .specs-item li{
    width: 60px;
    height: 60px;
  }
  .detailbox .left .specs-item ul{
    justify-content: center;
    width: 100%;
  }
  
  .detailbox .right .num.specs-item{
    position: relative;
    padding:15px 0 0;
    border-top: 1px dashed #C9C9C9;

  }
  .layers .img img{
    max-width: 94vw
  }
  .detailbox .right .kb .list .box li{
    width: 50%;
    display: inline-flex;
    font-size: 15px;
    color: #666;
    line-height: 18px;
    margin-bottom: 4px;
  }
  .detailbox .right .kb .list .box li p{
    font-size: 14px;
  }
  .pctip{
    display:none;
  }
  .waptip{
    display:block;
  }
  .detailbox  .custom-img-list img{
    width: 100%;
  }
  .layers  .pop2{
    width: 90%;
  }
  .layers  .pop2 .btns{
    position: absolute;
    left: 25px;
    width: 90%;
    display: flex;
  }
  .layers .pop2 .btns a{
    width:48%;
    height:32px;
    line-height:32px;
  }
  .layers  .pop2 .content{
    padding:15px 25px 80px;
  }
  .layers  .pop .tab>P{
    font-size:16px;
  }
  .layers  .pop{
    width: 100%;
    top: 50px;
    left: 0;
    transform: translate(0, 0);
    border-radius: 0;
    height:calc(100vh - 107px);
    overflow-y: scroll;
    padding:0 0 30px;
  }
  .layers  .pop .tab.short li,
  .layers  .pop .tab.short li:nth-of-type(4n+1){
    width: 31%;
    margin: 0 2% 10px 0 !important;
  }
  .layers  .pop .btns{
    padding:0 30px;
    left:25px;
  }
  .layers  .pop .btns a{
    width:100%;
    height: 36px;
    font-size:14px;
    margin:0 0 10px;
    line-height:36px;
  }
  .layers  .pop .tab.short li:nth-of-type(3n+1 ){
    margin-right:0 !important;
  }
  .layers  .pop .tab li{
    width: 48%;
    margin:0 2% 10px 0;
  }
  .layers  .pop .tab{
    margin-bottom:10px;
  }
  .layers  .pop .tab li:nth-of-type(2n+1){
    margin-right:0;
  }
  .layers  .pop>p{
    box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.05);
    line-height:44px;
    font-size:17px;
    text-align: center;
    position:sticky;
    top:0px;
    left: 0;
    width:100%;
    background:#fff;
    z-index:99;
    font-family: BALOO2-SEMIBOLD;
  }
  .layers  .pop img.return{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    padding:15px;
  }
  .layers  .pop .del{
    display: none;
  }
  .layers  .pop .form{
    padding:20px 30px;
  }
  .layers{
    background:transparent;
  }
  .layers.cur{
    background: rgba(0, 0, 0, 0.7);
  }
  .specs-item .specs-list.active::after{
    width:12px ;
    height:12px  ;
    background-size:8px  ;
    top: -6px;
    left: -6px;
  }
  .detailbox .right button.buy-now:active {
    background-color: #5C7FA2;
  }
  .detailbox .right button.add-to-cart:active {
    background-color: #5C7FA2;
    color: #fff;
  }
  .specs-item .specs-list:active {
    background-color: #ddd;
  }

  .detailbox{
    display: block;
    border-radius: 6px;
    
    margin:15px 0 0;
  }

  .detailborder{
    margin:15px 0 20px;
  }
 .detailbox .wapper{
  width:100%;
  overflow: hidden;
}
  .detailbox .left{
    top:0;
    position: relative;
    height:auto;
    width: 100%;
  }
  .detailboxcontent table th{
    line-height:20px;
  }
  .detailbox .left .box{
    height:220px;
    position: relative;
    
  }
  .detailbox .left .box .return{
    width: 63px;
    height: 32px;
background: #D3EAF9;
line-height: 32px;
border-radius: 3px;
display: block;
font-family: Baloo_M;
text-align: center;
  }
  .detailbox .left .box .return a{
    font-size: 16px;
    color: #1a6db7;
  }
  .detailbox .left .box .swiper1{
    height:220px;
  }
  .detailbox .left>img{
    width: 30px;
    left: 20px;
    top: 14px;
    right: 10px;

  }
  .detailbox .right{
    width: 100%;
    padding:10px;
  }
  .detailbox .right .boxcontent{
    position: relative;
  }
  .detailbox .right .specs-item{
  
     width: 100%;
     display: flex;
     align-items: center;
     justify-content: flex-start;
     border:none;
  }
  .detailbox .right h1.title{
    font-size: 22px;
    text-align: left;
    font-family: BALOO2-SEMIBOLD;
  }
  .detailbox .right h1.title1{
    padding-top:20px;
   
  }
  .detailbox .right .tag{
    justify-content: flex-start;
    padding: 10px 0 5px;
    border-bottom: 1px dashed #C9C9C9;
    overflow: hidden;
  }
  .detailbox .right .tag1{
    padding: 0px ;
    display: flex;
    height:36px;
  }
  .detailbox .right .kb .list{
    position: relative;
    padding-bottom:32px;
   
  }
  .detailbox .right a.addcart{
    width: 100%;
  }
  .detailbox .right .kb .list .img a{
    position:absolute;
    bottom:-4px;
    right:0;
  }
  .detailbox .right .kb .list .box{
    margin-top:4px;
    line-height:20px;
  }
  .detailbox .right .tag span{
    display: block;
    text-align: center;
  }
  .detailbox .right .quantitybox{
    display: inline-flex;
    width: auto;
  }
  .detailbox .right .quantitybox input{
    width: 64px;
  }
  .detailbox .right .quantitybox button{
    width: 30px;
  }
  .detailbox .right .num{
    padding:15px 0 10px;
  }
  .detailbox .right .level{
    padding:15px 0 2px
  }
  .detailbox .right .price{
    margin:0;
  }
  .detailbox .right .buy{
    display: flex;
    justify-content: space-between;
  }
  .detailbox .right .buy button{
    width: 49%;
    height:36px;
    line-height:36px;
    border-radius: 5px;
    margin:0 0 8px;
  }
  .detailbox .left .img-box{
    
  }
}

@media (hover: hover) {
  .detailbox .right button.buy-now:hover {
    background: #5C7FA2;
  }
  .detailbox .right button.add-to-cart:hover {
    background: #5C7FA2;
    color: #fff;
  }
  .detailbox .right>ul.specs-item .specs-list:hover {
    background-color: #ddd;
  }
}

.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;
  }
}


@media (max-width:360px) {

  .detailboxcontent table th{
    font-size: 13px;
    /* word-break: break-all; */
    width: 35px;
  }
  .detailboxcontent table th a{
    width: 50px;
  }
  .detailboxcontent table th:nth-of-type(1),.detailboxcontent table th:nth-of-type(2){
    width: auto;
  }
}