﻿body {
    background-color:#fff;
}
.milk_title{
    display:flex;
    justify-content:center;
    align-items:center;
    padding: 40px 0;
}
.milk_title img{
    width:133px;
}
.milk_title  h1,.milk_title span{
    color:#333;
    font-size:36px;
    padding:0 34px;
    font-weight: bold;
    margin-bottom: 0;
}
.store_main{
    width:1200px;
    margin:0 auto;
}
.store_item{
    border:1px solid #FF9000;
    border-radius:10px;
    display:flex;
    justify-content:space-between;
    transition: all 0.5s ease .0s;
}

.store_item:hover{    
    transition: all 0.5s ease .0s;
    transform:translateY(-10px)
}
.store_item_img{
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    position:relative;
    /*height:250px;*/
    width:43%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.store_item_info{
    width:57%;
    padding:23px 0 23px 25px;
}
.store_item_info h1{
    color:#222222;
    font-size:21px;
    -webkit-line-clamp:2;
    display: -webkit-box;
    -webkit-box-orient:vertical;   
    overflow:hidden; 
    text-overflow: ellipsis;
    padding-bottom:0;
    padding-right:10px;
    margin-bottom:0;
    line-height:1.2;
    font-weight:bold;
}
.store_item_info p{
    font-size:16px;
     color:#222222;
    padding-top:14px;
    padding-right:10px;
    margin-bottom:0;
     line-height:1.2;
}
.store_item_info p.first{
    margin-top:10px;
    border-top:1px solid rgba(34, 34, 34, 0.5);
}
.store_list .col-md-6{
    padding-top:15px;
    padding-bottom:15px;
}
.store_list {
    margin-bottom:75px;
}
.store_center{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:60px;
    position:relative;
    margin-top:54px;
}
.store_ico {
    width: 196px;
    /*position:relative;*/
    z-index:2;
    background-color:#fff;
    /*height:380px;*/
    position: absolute;
    top: -74px;
    left: -86px;
    padding-right: 20px;
}
.store_ico img{
    width:100%;
    margin:0 0 20px 0;
}
.store_total{
    /*width:894px;
   
    margin-left:-140px;*/
    border:5px solid #FF9000;
    /*padding-left:220px;
    padding-right:80px;
    padding-top:100px;
    padding-bottom:30px;*/
    padding: 60px 80px 30px;
}
.store_total_title{
    display:flex;
    justify-content:space-between;
}
.store_total_title b{
    padding-right:30px;    
    color:#333333;
    font-size:30px;
}
.store_total_title img{
    width:185px;
    height:62px;
}
.store_total  .area_main{
    color:#222222;
    font-size:27px;
    margin-bottom:0;
    margin-top:50px;
}
.store_total .area_main  li{
    cursor:pointer;
    display:inline-block;
    min-width:100px;
}
.store_total .area_main li.active{
    color:#FF9000;
    text-decoration:underline;
}
.store_bottom_item{
    background-color:#F6F6F6;
    padding-bottom:27px;
    transition: all 0.5s ease .0s;
}
.store_bottom_item:hover{    
    transition: all 0.5s ease .0s;
    transform:translateY(-10px)
}
.store_bottom_item h1{
    padding:25px 16px 13px;
    color:#222222;
    font-size:21px;
    border-bottom:1px solid #C8C8C8;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-bottom:0;
    font-weight:bold;
}
.store_bottom_item p{
    padding:13px 16px 0;
    color:#222222;
    font-size:16px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-bottom:0;
}
.store_bottom .col-md-4{
    padding-top:15px;
    padding-bottom:15px;
    padding-left:15px;
    padding-right:15px;
}

#page{
    padding:60px 0 100px;
    text-align:center;
}
.layui-laypage>:first-child{
    padding:0 63px;
}
.layui-laypage a, .layui-laypage span{
    color:#999;
    font-size:28px;
    height:72px;
    line-height:72px;
    padding:0 30px;
    margin-right:5px;
    border-radius:4px;
}
.store_code{
    text-align:center;

}
.store_code img{
    width:264px;
}
.store_code p{
    font-size:24px;
    color:#333;
    margin-top:24px;
    margin-bottom:66px;
}

@media screen and (max-width:1280px) {
.store_main,.footer_main{
     width:90%;
}
.store_total  .area_main{
    margin-top:30px;
 }
.store_total{
    padding-top:65px;
}
}
@media screen and (max-width: 768px){
    .footer_main{
     width:100%;
}
}


@media screen and (max-width:950px) {
     .swiper_main .swiper-slide, .swiper_main {
        min-height: initial;
    }

        .swiper_main .swiper-slide img {
            width: 100%;
        }

    .swiper-home .swiper-pagination-bullet {
        margin: 0 5px;
    }

    .swiper_main {
        padding: 0 20px 20px;
    }

        .swiper_main:after {
            height: 100px;
        }

        .swiper_main .swiper-home {
            bottom: 0;
        }
}


@media screen and (max-width:780px) {
    .store_ico{
        display:none;
     }
.store_total{
    width:100%;
    margin-left:0;
    padding:30px;
    height: auto;
}
.store_center{
    margin-bottom:30px;
}
.layui-laypage>:first-child{
    padding:0 20px;
}
.layui-laypage a, .layui-laypage span{
    padding:0 10px;
    height:40px;
    line-height:40px;
    font-size:16px;
}
#page{
    padding:30px 0;
}
.store_code p{
    font-size:16px;
}
}
@media screen and (max-width:414px){
    .milk_title{
        padding: 20px 0 0;
    }
    .milk_title img{
        width:95px;
    }
    .milk_title h1,.milk_title span{
        padding:0;
        font-size:20px;
    }
    .store_list{
        margin-bottom: 25px;
    }
    .store_center{
        margin-top:26px;
    }
    .store_total{
        padding: 18px;
    }
    .store_total_title b{
        font-size: 16px;
    }
    .store_total_title img{
        width: 119px;
        height: 40px;
    }
    .store_total .area_main{
        font-size:22px;
    }
    .store_total .area_main li{
        min-width:inherit;
        display:inline;
    }
}
@media screen and (max-width:320px){
   .milk_title img{
        width:72px;
    }
    .milk_title h1,.milk_title span{
        font-size:16px;
    }
    .store_total_title{
        display:inherit;
    }
    .store_total_title img{
        margin-top:10px;
    }
    .store_total .area_main{
        font-size:18px;
    }
    .store_total .area_main li{
        min-width:inherit;
        display:inline;
    }
    .store_item_info {
        width: 69%;
        padding: 18px 0 18px 10px;
    }
}
@media screen and (max-width:375px){
   
    .store_item_info {
        width: 69%;
        padding: 18px 0 18px 10px;
    }
}
@media screen and (min-width:1024px){
   .store_item_img{
       height:250px;
   }
}