
body{
    background: #34237d;
    padding:0;
    padding-bottom: 150px;
    margin:0;
}
.banner{
    width: 100%;
    overflow: hidden;
}
.banner img{
    width: 100%;
}
.bg{
	background: #34237d;
	padding-bottom: 100px;
}
.block{
	background: #34237d;
    margin:0 auto;
    overflow: hidden;
    width: 1000px;
}
.content-list{
    width: 24%;
    background: #fff;
    overflow: hidden;
    float: left;
    margin: 0.5%;
}
.content-list-item{
    padding:2% 0 0;
}
.content-list-i{
    overflow: hidden;
   padding: 10px 15px;
}
.content-list-i img{
	width: 100%;
}
.content-list-text{
    margin:10px 0 5px;
}
.content-list-text-t{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    font:normal 14px/16px "Microsoft yahei";
    height: 30px;
    line-height: 30px;
    padding:0 2%;
}
.content-list-text-b{
    font:normal 14px/16px "Microsoft yahei";
    color: #34237d;
    padding:0 2%;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    font:normal 14px/16px "Microsoft yahei";
    height: 16px;
}
.content-list-box-price{
	height: 26px;
	line-height: 26px;
    font:normal 16px/20px "Microsoft yahei";
    color: #f00;
}
.content-list-box-oldprice{
    font:normal 14px/16px "Microsoft yahei";
}
.content-list-box{
    background: #f4e727;
    overflow: hidden;
    padding: 2%;
}
.content-list-box-l{
    /*width: 60%;*/
    float: left;
    overflow: hidden;
}
.content-list-box-r{
    /*width: 40px;*/
    /*height: 40px;*/
    float: right;
    border-radius: 50%;
    text-align: center;
    font:normal 14px/14px "Microsoft yahei";
    color: #fff;
    padding:10px;
}
.content-list-box-r-end{
    background: #ff0000;
}
.content-list-box-r-go{
    background: #f00;
}
.content-list-box-r-three{
    background: #6b4f9d;
}

.title{
	text-align: center;
    /*height: 30px;*/
    padding:30px;
}
.title img{
   
   
}

.block-i{
    width: 80%;
    margin:10px auto 0;
}
.block-i img{
    width:99%;
    margin:0 auto;
    display: block;
}


.aside{
    position: fixed;
    top:20%;
    left: 10px;

}
