﻿/*-----------------------------------------------
说明：商品/服务项目 样式表
作者：鹰双软件(http://www.yingssoft.com)
-----------------------------------------------*/

/* 项目列表样式.BEGIN
-----------------------------------------------*/
.item_list{
	background-color:#ffffff;    
    overflow:hidden;
}
.item_list .item{	
	width:50%;
    height:150px;
    float:left;
    margin-top:2px;
}
.item_list .item .item-inner{	
    border:0px solid #dddddd;
	width:95%;
    height:100%;
    margin:auto;    
}
.item_list .item .item-inner .itemImage{
	width:100%;
    /*max-width:120px;*/
    height:120px;
    margin:auto;
}
.item_list .item .item-inner .noImage{
    width:100%;
    /*max-width:120px;*/
    height:120px;
    margin:auto;
    line-height:120px;
    text-align:center;
    border:1px solid #dddddd;
    display:block;
    color:#808080;
    background-color:#f7f7f7;
}
.item_list .item .item-inner .title{
	border:0px solid #dddddd;
	display:block;
    font-size:13px;
    line-height:25px;
    height:25px;
    overflow:hidden;
    text-align:center;
}
.item_list .item .item-inner .price{
	border:0px solid #dddddd;
	display:block;
    font-size:13px;
    line-height:25px;
    height:25px;
    overflow:hidden;
    text-align:center;
}

@media screen and (max-width:320px) {
    .item_list .item{	
	    width:50%;
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .item_list .item{	
	    width:33.33%;
        height:130px;
    }
    .item_list .item .item-inner .itemImage{	    
        height:100px;
        line-height:100px;
    }
    .item_list .item .item-inner .noImage{
        height:100px;
        line-height:100px;
    }
}

@media screen and (min-width:480px) and (max-width:768px) {
    .item_list .item{	
	    width:25%;
    }
}
@media screen and (min-width:768px) and (max-width:980px) {
    .item_list .item{	
	    width:20%;
    }
}
@media screen and (min-width:980px){
    .item_list .item{	
	    width:10%;
    }
}
/* 项目列表样式.END
-----------------------------------------------*/

/* 项目详情样式.BEGIN
-----------------------------------------------*/

.item_view { }
.item_view .header {
     /*border-bottom:1px solid #dddddd;*/	    
}
.item_view .header a{
     color:#808080;
}
.item_view .header .title{
	line-height:40px;
	font-size:22px;	
    text-align:center;
    font-weight:normal;
    font-family:微软雅黑;
}
.item_view .itemImage{
    margin-top:10px;
    margin-bottom:10px;
    text-align:center;
}
.item_view .itemImage img{
	max-width:100%;
    /*max-height:500px;*//*高度设置为自动计算*/
    margin:auto;
}
.item_view .content{   
	padding-top:5px;
	line-height:28px;
	font-size:14px;
    min-height:100px;
}
.item_view .content img{   
	max-width:100%;
}
.item_view .actBar {
    border-top:1px solid #dddddd;
    padding-top:5px;
    padding-bottom:5px;
    text-align:center;
    display:flex;
}
.item_view .actBar .btn {
    flex:1;
}

/* 项目详情样式.END
-----------------------------------------------*/