@charset "utf-8";
html,body{width: 100%;height: 100%;}
li{list-style:none;}
a{color:#1ebbf0;}



.panel{background-color: #efefef;color: #333;}

/*详情页面*/
.info-head{background-color: #fff;overflow: hidden;}
.info-head img{ width:100%;}
.info-head .info-title{text-align:left; padding:0rem 0.5rem; font-size: 1rem;}
.info-head .info-small_title{text-align:left; padding:0.2rem 0.5rem 0.5rem; font-size: 0.7rem;color:#666;}
.info-content{background-color: #fff;margin: 0.5rem 0rem 1rem;padding: 0.5rem;min-height: 10rem;}
.info-content img{width: 100%;}

.info-return,.info-button{width: 50%;height: 100%;display: block;line-height: 2.2rem;text-align: center;}
.info-return{background-color: #ffa900;float: left;}
.info-button{background-color: #1ebbf0;float: right;}
.info-return a,.info-button a{display: block; color:#fff;}


/*详情页 产品参数*/
.table_setup   { background-color:#fff;font-size: 0.6rem;}
.table_setup li{float:left; line-height:40px; height:40px;border-bottom: 1px solid #eeeeee;}
.table_setup li:nth-child(2n+1) {width:31.5%; background-color:#f6f6f6; text-align:right; padding-right:2%; color:#666;}
.table_setup li:nth-child(2n)   {width:64.5%; background-color:#fefefe; padding-left:2%; color:#333;}

/*底部*/
.footer {position: fixed;bottom: 0;left:0;width: 100%;}
.more-center{text-align: center;margin:0.6rem auto;}
.more-center a{color: #1ebbf0;border-radius: 3px;background: #333;display: block;font-size: 0.65rem;
    width: 10rem;margin: 0px auto;line-height: 1.5rem;
}

/*分类导航*/
.page-category{background: #fff;padding: 1rem 0.5rem;position:relative;overflow: hidden;margin: 0.5rem auto;}
.page-category a{float: left;width: 45%;margin:0 0 0.5rem 3%;background: #efefef;
    text-align: center;line-height: 1.5rem;border-radius:0.2rem;color: #333;overflow: hidden;}
.page-category a.curr{background: #1ebbf0;color: #fff;}

