.channelmainin{
	margin-bottom: 25px;
}
/* 市场价格 */
#phone .marketp {
	padding: 0 .1rem;
}
.markertit{
	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#phone .markertit{
	display: block;
}
.markertit .marker_left{
	font-family: '微软雅黑 bold', '微软雅黑 regular', '微软雅黑';
	font-weight: bold;
	font-style: normal;
	font-size: 40px;
	color: #ab2734;
}
#phone .markertit .marker_left{
	font-size: 0.2rem;
    padding-top: 10px;
}
.markertit .marker_right{
	font-family: '微软雅黑 bold', '微软雅黑 regular', '微软雅黑';
	font-weight: bold;
	font-size: 16px;
	color: #333;
	line-height: 28px;
	border-bottom:5px solid #ab2734;
	margin-top: 12px;
	flex: 1;
	margin-left: 15px;
}
#phone .markertit .marker_right{
	margin-left: 0;
    font-size: .16rem;
    border-bottom-width: .03rem;
}

#markerprice .markerpricetime{
	position: absolute;
	top: -55px;
	font-size:14px;
	color: #333;
	right: 10px;
}
#markerprice .markerpricelist{
	text-align: center;
}
#phone #markerprice .markerpricetime {
	top: -0.45rem;
}

/* 市场价格 超多 轮播样式 */
.swiper-markerprice{
	margin-top: 20px;
}
.swiper-markerprice .swiper-wrapper{
	/* justify-content: space-between; */
}
.swiper-markerprice .swiper-slide {
	width: 120px;
	text-align: center;
	font-family: "微软雅黑 bold", "微软雅黑 regular", 微软雅黑;
	color: rgb(51, 51, 51);
	font-weight: 700;
	font-style: normal;
	border-right: 1px dashed rgb(204, 204, 204);
}
.swiper-markerprice .swiper-slide .province{
	font-size: 16px;
	line-height: 28px;
}
#phone .swiper-markerprice .swiper-slide .province{
	font-size: .16rem;
	line-height: .28rem;
}
.swiper-markerprice .swiper-slide .price{
	font-size: 18px;
	line-height: 36px;
	font-weight: bold;
}
#phone .swiper-markerprice .swiper-slide .price{
	font-size: .18rem;
	line-height: .36rem;
}
.swiper-markerprice .swiper-slide .num{
	font-weight: 400;
	color: #999;
	font-size: 15px;
}
#phone .swiper-markerprice .swiper-slide .num{
	font-size: .15rem;
}
.swiper-markerprice .swiper-slide .num span{
	padding: 0 3px;
}
#markerprice .btnl {
	left: -10px;
	background: url(/uploads/image/alimages/home_img1.png) 0 -126px no-repeat;
	width: 36px;
}
#phone #markerprice .btnl {
	width: .36rem;
    left: 0rem;
}
#markerprice .btnr {
	right: -15px;
	background: url(/uploads/image/alimages/home_img1.png) 0 -84px no-repeat;
	width: 36px;
}
#phone #markerprice .btnr {
	width: .36rem;
    right: 0.08rem;
}


/* 栏目 */
.channelmain3{
	width:380px;
	height: 272px;
	margin-left: 30px;
	margin-bottom: 20px;
}
#phone .channelmain3{
	width: 3.75rem;
    height: 2.7rem;
    margin-left: 0;
	margin-bottom: .2rem;
	clear: both;
}
.channelmain3:first-child{
	margin-left: 0;
}
.channelmain3:nth-child(4){
	margin-left: 0;
}
.hb_tit {
	line-height: 46px;
	overflow: hidden;
	position: relative;
}
.hb_tit h3 {
	float: none;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	overflow: hidden;
}
#phone .hb_tit h3 {
	font-size: .16rem;
}
.hb_tit h3 em {
	float: none;
	width: 5px;
	height: 16px;
	background: #ba0c2f;
	margin: 0 8px 0 0px;
	vertical-align: middle;
	display: inline-block;
	_font-size: 0;
}
.lzborbot{
	border-bottom: 3px solid #ab2734;
}
.lzbortop{
	border-top: 3px solid #ab2734;
}
.lzkuaixun .channellist li{
	height: 32px;
	line-height: 32px;
	font-family: 'microsoft yahei-regular','microsoft yahei';
	margin: 0 10px;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: space-between;
    font-size: 14px;
}
.lzkuaixun .channellist li::before{
	top: 16px;
}
.lzkuaixun .channellist li a{
	width: 290px;
	display: inline-block;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#phone .lzkuaixun .channellist li a{
	width: 2.9rem;
}
.channellist li a:hover{
	color: #ab2734;
}
a.channelmore{
    float: right;
    width: 20px;
    height: 20px;
    margin: 14px 0px 12px;
    background: url(/uploads/image/iimg/lz_common_ico.png) no-repeat 0 -607px;
    _font-size: 0;
    text-indent: -9999px;
}
.red{
	color:#ab2734;
}