/*=====*/
.return-stop{display: none;margin-top: 15px;overflow: hidden;padding: 0 20px;}
.return-stop a{background-color: #e8374a;display: inline-block;width: 100px;height: 30px;line-height: 30px;text-align: center;color: #fff;float: right;border-radius: 20px;}
.return-stop a:nth-child(1){float: left;}
.page-wrap2 { padding: 10px 0; }
.page-wrap2 ul { list-style: none; padding: 0;}
.page-wrap2 ul li { float: left; width: calc(25% - 20px);margin: 10px;}
.page-wrap2 ul li a { display: block; outline: none; }

.page-wrap2 ul li .p-img {
    width: 100%;
    overflow: hidden;
    /*padding: 0px 10px;*/
    /*margin: 10px;*/
    /*border: solid 1px #eee;*/
    display: flex;
    justify-content: center;
    /*background-color: rgb(246, 246, 246);*/
}
.page-wrap2 ul li .p-img img {
    width: 100%;
    /*max-width:100%;*/
    /*height: 140px;*/
    height: 100%;
    object-fit: cover
    margin: 24px 0 10px;
    /*padding: 0px 10px;*/
}


/*详情页*/
.news-wrap {padding: 60px 0 0;}
.news-box h3{font-weight: 900;margin: 4px;font-size: 110%;}
.info_tit{text-align: center;}
.news-wrap .news-box > .info_con{text-align: center;}

/*店铺图片*/
.store {margin-top: 30px;}

.store-images{display: none;}
.store-images div{margin-bottom: 20px;}

/*缓慢移动*/
body {
  margin: 0;
}
h2{ 
  font-family: -webkit-pictograph;
  font-size:30px;
  font-style:italic;
  text-align:center;
}
.store .swiper-container {
    padding-bottom:48px;
}
.swiper-wrapper{
}
.store .swiper-slide {
    width:600px;
    transition-timing-function:linear;
}

        
/*@media only screen and (max-width:1200px){
    .store .swiper-slide {
        width:770px;
    }
}
@media only screen and (max-width:980px){
    .store .swiper-slide {
        width:471px;
    }
}*/
@media only screen and (max-width:480px){
    .store .swiper-slide {
        width:400px;
    }

    .page-wrap2 ul li{
        width: calc(100% - 10px);
        margin: 5px;
    }

    .page-wrap2 ul li .p-img img {
        margin: 10px 0 10px;
    }
    
    .news-box1{padding: 0}
    .store .swiper-container{display: none;}
    .store-images{display: block;}

    .return-stop{display: block;}
    .return-deta{padding: 15px 20px;border-bottom: 2px solid #eee;margin: 0;}
    

    .htmleaf-container{display: none;}
    .banner{display: none;}
    .nav-box{display: none;}
    .foot_tile{display: none;}
    .box_center{display: none;}
    .footer{display: none;}
}


.store .swiper-slide img{
    width:100%;
    border-radius: 4px;}
.store .swiper-slide .title{
    position:absolute;
    transform:rotate(90deg);
    transform-origin:left top;
    left:-3px;
    font-size:11px;
    color: rgb(102, 102, 102);} 
.store .swiper-button-next, .swiper-button-prev{
    width:86px;
    height:112px;
    background-size:86px 112px;
    margin-top:-56px;
    outline:none;}
.store .swiper-button-next{
    background-image:url(img/cursor-next.png);}
.store .swiper-button-prev{
    background-image:url(img/cursor-prev.png);}     
.store .swiper-pagination-bullet{
    background:none;
    opacity:1;
    margin:0 6px !important;
    width:9px;
    height:9px;
    position:relative;
    outline:none;
    vertical-align:middle;}
.store .swiper-pagination-bullet span{
    width:3px;
    height:3px;
    background:#CCC;
    display:block;
    border-radius:50%;
    margin-top:3px;
    margin-left:3px;
}
.store .swiper-pagination-bullet i{
    background:#000;
    height:1px;
    width:20px;
    position:absolute;
    top:4px;
    transform:scaleX(0);
    transform-origin:left;
    z-index:3;
    transition-timing-function:linear;
    }
.store .swiper-pagination-bullet-active span,.swiper-pagination-bullet:hover span{
    width:9px;
    height:9px;
    margin-top:0;
    margin-left:0;
    background:#000;
    position:relative;
    z-index:1;
    }
.store .swiper-pagination-bullet-active i{
    animation:middle 6s;
    }
.store .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i{
    animation:first 6s;
    }
.store .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i{
    animation:last 6s;
    }               

.store .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 3px;}
@keyframes first{
  0% {transform:scaleX(0.5);left:0px;}/*091*/
  100% {transform:scaleX(1);left:2px;} /*0915*/
}
@keyframes last{
  0% {transform:scaleX(0.7);left:-10px;}/*1090*/
  20% {transform:scaleX(0.3);left:2px;} /*090*/
  100% {transform:scaleX(0.3);left:0px;} /*090*/
}       
@keyframes middle{
  0% {transform:scaleX(0.7);left:-10px;}/*1091*/
  20% {transform:scaleX(0.45);left:2px;}/*092*/
  100% {transform:scaleX(1);left:2px;} /*0913*/
}   

.page-wrap2 ul li p{text-align: center;margin-bottom: 6px;margin-top: 5px;}
.page-wrap2 ul li{background-color: rgb(246, 246, 246);border: solid 1px #eee;padding: 10px 10px 0;}
