body{
	background: #37596e;
}
a:hover{color: #f64646;}
.fl{float: left;}
.fr{float: right;}
.con_box{
	padding: 0 6px;
}
.banner_box>img{
	border-radius: 0;
}
.img-100{
	width: 100%;
	height: 100%;
}
.item_top{
	background: #fff;
	padding: 10px 5px 15px 5px;
	margin-top: 10px;
	border-radius: 3px;
}
.ztitem_box .item_box{
	background: #fff;
	display: block;
	padding: 15px 10px;
	border-radius:3px;
}
.ztitem_box .item_box>.left{
	width: 35%;
	height: 95px;
}
.ztitem_box{
	padding-top: 15px;
}
.item_top .top>div{
	color: #333333;
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 10px;
}
.item_top .top>p{
	color: #666666;
	font-size: 0.9rem;
}
.item_top .bom{
	background: url('../img/3a.png') no-repeat;
	height: 4rem;
    background-size: 100%;
    width: 100%;
    position: relative;
}
.item_top .bom .bom_box>span{
	display: inline-block;
}
.item_top .bom .bom_box>b{
	display: inline-block;
}
.item_top .bom .bom_box>div{
	display: inline-block;
	font-size: 0.8rem;
    font-style: italic;
    background: url('../img/h.png') no-repeat center;
    background-repeat-x: inherit;
}

.item_top .bom .bom_box{
	color: #fff;
	position: absolute;
	left: 30%;
	top: 5%;
}
.item_top .bom .bom_box>b{
	font-size: 2.2rem;
    font-style: italic;
    font-weight: normal;
}
.ztitem_box .title{
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}
.ztitem_box .total_box>p{
	color: #999999;
	font-size: 0.9rem;
	margin-top: 5px;
}
.ztitem_box .total_box>div{
	font-size: 0.8rem;
	color: #f64646;
	font-weight: bold;
}
.ztitem_box .total_box>div>span{
	font-size: 1.2rem;
}
.item_box .right{
	width: 62%;
	height: 95px;
}
.item_box .right>p{
	color: #666666;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.item_box .right>h3{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}
.zt_foot{
	background: #1C1B21;
    color: #bbb;
    text-align: center;
    font-size: 0.9rem;
    padding: 1.5rem 0;
    margin-top: 30px;
}
.zt_foot .foot_logo {
    background: url('../img/2.png') no-repeat center;
    width: 100px;
    height: 35px;
    background-size: 100%;
    margin: 0 auto;
    margin-bottom: 0.2rem;
}
.buy_cart{
	background: #ff511c;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}
.buy_cart .ft_logo{
	display: block;
	text-align:center;
	padding:15px 0;
}
.buy_cart .ft_logo>div{
	display: inline-block;
	color:#fff;
	font-size:1.2rem;
	background:url('../img/gouwu.png') no-repeat left center;
	padding-left: 50px;
    background-size: contain;
}
.youhui{
	background:url('../img/youhui.png') no-repeat;
	height: 200px;
    background-size: cover;
	position:relative;
	border-radius:3px;
}
.youhui .bom{
	color:#F64646;
	position:absolute;
	left:35%;
	top:3%;
}
.youhui .bom .bom_box>span{
	display: inline-block;
}
.youhui .bom .bom_box>b{
	display: inline-block;
	font-size:2.2rem;
	font-style: italic;
    font-weight: normal;
	margin-right:10px;
}
.youhui .bom .bom_box>div{
	display: inline-block;
	font-size: 0.98rem;
    font-style: italic;
    background: url('../img/h.png') no-repeat center;
    background-repeat-x: inherit;
}
.youhui .top>h3{
	margin-bottom:10px;
}
.youhui .top>p{
	color:#666666;
	text-align:left;
}   
.youhui .top{
	padding: 0 5px;
    text-align: center;
	position: absolute;
    top: 40%;
}

@media screen and (min-width: 768px) {
	.ztitem_box .item_box>.left,.item_box .right{height: 105px;}
	.item_top .bom{height: 9rem;}
	.item_top .bom .bom_box>b{font-size: 4rem;}
	.item_top .bom .bom_box>div{font-size: 2rem;}
	.zt_foot{font-size: 1.2rem;margin-bottom: 168px;}
	.youhui .bom .bom_box>b{font-size:4rem;}
	.youhui .bom .bom_box>div{font-size:2rem;}
	.youhui{height:300px;}
	.youhui>.top{top:56%;}
	.youhui .bom{top:9%;}
	.youhui .bom .bom_box>b{margin-right:30px;}
}

@media screen and (min-width: 1024px) {
	.youhui .bom .bom_box>b{font-size:4rem;}
	.youhui .bom .bom_box>div{font-size:2rem;}
	.youhui{height:520px;}
	.youhui>.top{top:76%;left: 19%;}
	.youhui .bom{top:30%;}
	.youhui .bom .bom_box>b{margin-right:100px;}
}

@media screen and (min-width: 320px) and (max-width: 360px) {
	.item_top .bom .bom_box>b{font-size: 1.8rem;}
	.ztitem_box .title{font-size: 1rem;}
}

@media screen and (min-width: 414px) {
	.item_top .bom .bom_box{top: 11%;}
}

@media screen and (max-width: 414px){
  .item_box .right>h3{
	font-size: 1rem;
	}
   .item_box .right>p{
   	font-size: 0.8rem;
   }
   .zt_foot{font-size: 0.8rem;margin-bottom: 95px;}
   .youhui .top>p{font-size: 0.8rem;}
   .youhui .top>h3{font-size: 1rem;}
   
}


