@charset "utf-8";

/* CSS 字体大小约定 */
html,body{max-width:750px; margin:0 auto;}
.icon{font-family:iconfont;}
html{font-size:68.75%}
@media only screen and (min-width:321px) {html {font-size:68.75%!important}}
@media only screen and (min-width:361px) {html {font-size:70.31%!important}}
@media only screen and (min-width:376px) {html {font-size:73.24%!important}}
@media only screen and (min-width:481px) {html {font-size:94%!important}}
@media only screen and (min-width:561px) {html {font-size:109%!important}}
@media only screen and (min-width:641px) {html {font-size:125%!important}}

/* 头部约定 */
.header{background:#00688F; height:3.5rem; line-height:3.5rem;}
.header span{display:block; float:left; height:3.5rem;}
.header span.back{width:25%; background:url(../images/back.png) no-repeat center center; background-size:1.8rem;}
.header span.home{width:50%; background:url(../images/home.png) no-repeat center center; background-size:2.8rem;}
.header span.nav{width:25%; background:url(../images/category.png) no-repeat center center; background-size:2rem;}
.header a{display:block;}

/* 打开菜单 */
.nav-pop {display:none;}
.nav-pop li{text-align:center; height:3.5rem; line-height:3.5rem; border-bottom:1px solid #efefef; font-size:1.4rem;}
.nav-pop li a{display:block;}
.nav-pop li a:hover{background:#DCDDDF;}

/* 产品分类导航 */
.column{background:#A8A9AD; overflow:hidden;}
.column li{float:left; width:50%; text-align:center; height:3.5rem; line-height:3.5rem; border-top:1px solid #fff;}
.column li a{color:#404040; font-size:1.4rem;}

/* 产品展示 */
.product{padding-bottom:1rem; overflow:hidden;}
.product li{float:left; width:50%; text-align:center; text-align:center;}
.product li span{display:block; width:90%; margin:0 auto;}
.product li span.pic img{width:100%;}
.product li span.text{display:block; margin-bottom:.5rem; font-size:1.4rem;} 
.product li span.price{margin-bottom:.5rem; color:#f60;  font-size:1.4rem;}
.product li span.buy{background:url(../images/buy.png) repeat-x; height:25px; line-height:25px; border-radius:100px;} 
.product li span.buy a{color:#999; background:url(../images/cart.png) no-repeat 0 center; padding-left:1.5rem}

/* 底部 */
.content {padding:1rem;}
.content p{margin-bottom:1rem;  font-size:1.4rem;}
.content img{max-width:100%;}