/*清除默认样式*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
input,
div,
a,
button {
    margin: 0;
    padding: 0;
    font-family: helvetica;
}
a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
li {
    list-style: none;
}
input {
    outline: none;
    -webkit-appearance: none;
}
.fl{float: left;}
.fr{float: right;}
.clearfix:after{
    content:"";
    display:block;
    clear:both;
    height:0;
    line-height: 0;
    visibility: hidden;
}
.clearfix{
    *zoom:1;
}
/*主题盒子*/
.cy_layout {
    width: 100%;
    margin: 0 auto;
   /* height: 14.814814814814815rem;*/
    /*background: red;*/
    /*position: relative;*/
}
/*banner*/
.banner{
    height: 8rem;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner img{
    width: 100%;
    height: 100%;
}
.shopMess{
    position: absolute;
    bottom: 1rem;
    left: 1rem;
}
.shopLogo{
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    margin-right: 0.5rem;
}
.shopLogo img{
    width: 2rem;
    height: 2rem;
}
.shopText{
    text-align: center;
    vertical-align: bottom;
    padding: 0.2rem;
}
.shopText h6{
    font-size: 0.58rem;
    color: #fff;
   text-align: left;
    line-height: 0.9rem;
    font-weight: normal;
}
.shopText span{
    font-size: 0.52rem;
    color: #fff;
    line-height: 0.9rem;
    vertical-align: bottom;
}
/*tab*/
.tab{
    height: 2.2rem;
    width: 100%;
    background-color: #fff;
}
.tab ul{
    width: 100%;
}
.tab ul li{
    float: left;
    padding: 2.5%;
    font-size: 0.58rem;
    width: 25%;
    text-align: center;
}
.tab ul li a{
    color: #444444;
    width: 100%;
    display: inline-block;
}
.tab ul li div{
    display: none;
    text-align: center;
}
.tab ul li .attr{
    display: block;
}
.sectionTitle{
    /*height: 4rem;*/
    width: 100%;
    background-color: #f1f2f6;
}
.title{
    width: 6rem;
    height: 3rem;
    margin: 0 auto;
    text-align: center;
    padding: 0.4rem 0.2rem;
}
.sectionTitle .title span{
    color: #d1261d;
    font-size: 0.78rem;
    vertical-align: middle;
}
.sectionTitle .title p{
    color: #444;
    display: inline-block;
    font-size: 0.68rem;
    vertical-align: middle;
}
.xie{
    background-color: #d1261e;
    transform: skew(-20deg);
    padding: 0.2rem;
}
.sectionTitle .title .xie span{
    display:inline-block;
    transform: skew(20deg);
    color: #fff;
    font-size: 0.58rem;
}
.z-list{

    background-color: #f1f2f6;
    /*height: 8rem;*/
    width: 100%;
    overflow: hidden;
}.z-list img{
    display: block;
    height: 5.5rem;
    width: 100%;
 }
 .z-inner{
     margin-bottom: 0.2rem;
     background-color: #fff;
     padding: 0.5rem;
 }
 .pro-mess{
     padding-top: 0.1rem;
 }
 .pro-name{
     font-size: 0.58rem;
     margin-top:0.2962962962962963rem;
     margin-bottom:0.15rem;
 }
 .price{
     color: #d1261e;
     font-size: 0.58rem;
 }
.xl{
    text-align: right;
    color: gray;
    font-size: 0.58rem;
}
.h-list{
    width:100%;
    background-color: #ffffff;
    padding: 0.5rem;
}
.half-l{
   /* border-right: 0.1rem solid #f1f2f6;*/
    background-color: #f1f2f6;
    width: 50%;

}
.pro-small{
    height: 8.5rem;
    /*margin-bottom: 0.1rem;*/
    padding: 0.12rem;
    border: 1px solid #f1f2f6;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}
.pro-small img{
    width: 100%;
    height: 6.1rem;
    display: block;
}
