@charset "utf-8";
*{list-style:none;margin:0;padding:0;}
/*S 底部菜单*/
#c_main_menu{
	margin:0;
	width:100%;
	padding:10px 0px;
	position:fixed;
	bottom:0;
	border-top:1px solid #DCDCDE;
	background:#000;
	z-index: 9999;
}
#c_main_menu li{
	text-align:center;
	width:20%;
	float:left;
	position: relative;
}
#c_main_menu li span{
	display:block;
	width:22px;
	height:24px;
	margin:2px auto 0;
}
#c_main_menu li a{
	color:#333;
}
#c_main_menu li b{
	font-weight:normal;
	font-size:12px;
	color:#fff;
}
#c_main_menu li .c_index{
	background:url(../../images/mobile/account_icon_index.png) no-repeat;
    background-position: -400px -12px;
    background-size: auto 36px;
    width:36px;
    height:24px;
}
#c_main_menu li .c_new_know{
	background:url(../../images/mobile/account_icon_index.png) no-repeat;
    background-position: -1184px -11px;
    background-size: auto 36px;
    width:36px;
    height:24px;
}
#c_main_menu li .c_all_good{
	background:url(../../images/mobile/account_icon_index.png) no-repeat;
    background-position: -638px -15px;
    background-size: auto 38px;
    width:36px;
    height:24px;
}
#c_main_menu li .c_cart_bag{
	background:url(../../images/mobile/account_icon_index.png) no-repeat;
    background-position: -1067px -12px;
    background-size: auto 38px;
    width:36px;
    height:24px;
}
#c_main_menu li .c_publish{
	background:url(../../images/mobile/account_icon_index.png) no-repeat;
    background-position: -896px -14px;
    background-size: auto 40px;
    width:36px;
    height:24px;
}
#c_main_menu .c_menu_this .c_index{
	background:url(../../images/mobile/account_icon_index.png) no-repeat;
    background-position: -500px -12px;
    background-size: auto 36px;
    width:36px;
    height:24px;
    
}
#c_main_menu .c_menu_this .c_new_know{
	background:url(../../images/mobile/account_icon_index.png) no-repeat;
    background-size:40px;
    background-position: -1254px -11px;
    background-size: auto 36px;
    width:36px;
    height:24px;
}
#c_main_menu .c_menu_this .c_all_good{
	background:url(../../images/mobile/account_icon_index.png) no-repeat;
    background-position: -783px -16px;
    background-size: auto 40px;
    width:36px;
    height:24px;
}
#c_main_menu .c_menu_this .c_cart_bag{
	background:url(../../images/mobile/account_icon_index.png) no-repeat;
    background-position: -1164px -12px;
    background-size: auto 38px;
    width:36px;
    height:24px;
}
#c_main_menu .c_menu_this .c_publish{
	background:url(../../images/mobile/account_icon_index.png) no-repeat;
    background-position: -959px -14px;
    background-size: auto 38px;
    width:36px;
    height:24px;
}
#c_main_menu .c_menu_this b{color:#dd2726;}
/*E 底部菜单*/
/*S header*/
.c_header{
	height:50px;
	line-height: 50px;
	background: #fff;
	border-bottom: 1px solid #eee;
}
.c_header_left{
	width:16%;
	display: block;

}
.c_header_right{
	width:40%;
	display: block;
	float: right;
}
.c_header_right_other{
	font-size:16px;
	color:#666;
    display: block;
}
.c_header_center{
	font-size:18px;
	color:#666;
	text-align: center;
}
/*S 首页仅有*/
.c_index_header{
	background: #dd2726;
}
/*E 首页仅有*/
/*S 搜索页面仅有*/
.c_newheader_center{
	padding:0px;
	position: relative;
}
.c_newheader_center input{
	height:36px;
	border:none;
	background: #f1f1f1;
	font-size:14px;
	width:100%;
	padding-left:24px;
}
.c_newheader_center img{
	position: absolute;
	left:2px;
	top:18px;
}
.c_header_search{
	padding:0px 10px 0 15px;
}
.c_header_search span{
	display: block;
	height:35px;
	width:100%;
    background: #dd2726;
    text-align: center;
    line-height: 36px;
    color:#fff;
    margin-top:7px;
}

.c_click_see{
	border: 1px solid #eee;
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    font-size: 12px;
    height: 36px;
    line-height: 34px;
    margin: 10px 0;
    text-align: center;
    width: 100%;
}
/*E 搜索页面仅有*/
/*E header*/

.c_total_num{
	display:block;
	width:16px;
	height:16px;
	border-radius:50%;
	background:#dd2726;
	color:#fff;
	text-align:center;
	position:absolute;
	top:-4px;
	right:12px;
	font-size:10px;
	line-height:16px;
	font-style:normal;
}
#no_data{
	width:100%;
	text-align: center;
	padding-top:50px;
}
#no_data p{
	font-size:14px;
	color:#888;
	line-height:40px;
}
#no_data a{
	width:40%;
	height:36px;
	background: #dd2726;
	display: block;
	margin:0px auto;
	line-height:36px;
	color:#fff;
}

.u_top {
    border-radius: 50%;
    bottom: 80px;
    display: none;
    height: 40px;
    opacity: 0.5;
    position: fixed;
    right: 10px;
    width: 40px;
    z-index: 50;
    background:#888 url("../../images/mobile/deta_15.png") no-repeat center center;
    background-size: 18px;
}


#info{
display:none;
	
	
}
#info select{
	color:#333;
	padding:0px;
	margin:0px;
	font-size:14px;
    height: 48px;
    padding-left: 3%;
    width: 100%;
}

		
		
		
		
	/* 2016 03 18 modole.com */
.number p{
	color:#666;
	font-size:14px;
	display:block;
	float:left;
}

.number ul{
	float:left;
	position:relative;
}
.number a li{
	display:block;
	width:18px;
	color:#D80000;
	position:relative;
}

.number li{
	float:left;
	display:block;
	font-size:20px;
	height:27px;
	line-height:27px;
	text-align:center;
	margin:0 2px;
	border-radius:1px;
	border:1px solid #ddd;
	overflow:hidden;
}

.number li.num{
	background:#fff;
}

.number li.nobor{
	width:10px;
	border:0 none;
}

.number li.gray6{
	width:56px;
	font-size:14px;
	line-height:29px;
	_line-height:31px;
}

.number li cite{
	display:block;
	width:18px;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

.number li em{
	display:block;
	width:16px;
}

.number li i{
	width:196px;
	height:0;
	border-top:1px solid #ededed;
	position:absolute;
	top:0px;
	left:0;
	z-index:0;
}

.number li.u-secondary{
	width:40px;
	position:relative;
	text-align:left;
}

.number li.u-secondary b{
	display:block;
	width:7px;
	height:11px;
	background-position:-26px 0;
	position:absolute;
	top:0px;
	right:0;
}

.number li.u-secondary b{
	border-style:solid;
	border-width:4px 0 4px;
	border-color:#fff;
	border-left:4px solid rgb(102,102,102);
	width:0;
	height:0;
	font-size:0;
	line-height:0;
	position:absolute;
	left:33px;
	top:0px;
}

.number li.u-secondary b s{
	border-style:solid;
	_border-style:dashed;
	border-width:3px;
	border-color:transparent;
	border-left-width:0;
	border-left:3px solid #fff;
	width:0;
	height:0;
	font-size:0;
	line-height:0;
	position:absolute;
	top:-3px;
	left:-5px;
}	
/*最新动态*/
.yscroll_list{height: 44px;width:100%;border-bottom: 1px solid #dddddd;overflow: hidden;}
.yscroll_listin{width:100%;line-height: 44px;overflow: hidden;font-size: 12px;height: 44px;position:relative;color: #333333;margin: 0 auto;}
.yscroll_listin ul{width:100%;float:left;margin-left: 30px;}
.yscroll_listin span{display:block;position: absolute;top:14px;left:2px;padding-left: 5px; width: 30px;height: 16px;line-height:16px;}
.yscroll_listin span i{display:block;width:20px;left: 6px;top: 1px;height:16px;position: absolute;background: url(../../img/front/index/icon_index.png) no-repeat -46px -4px;}
.yscroll_list_left li{height:44px;width:100%;line-height:44px;}
.yscroll_list_left li .yscrollfont{float:left;width:50em;height:44px;padding-left:20px;line-height:44px;white-space: nowrap;text-overflow: ellipsis;-o-text-overflow: ellipsis;overflow: hidden;}
.yscroll_listin a{color: #555555;font-size: 12px;}
.yscroll_list_left li .yscrolltime{float:right;width:82px;height:44px;color:#333333;text-align:left;line-height:44px;}
.yscroll_listin .yscroll_list_right{float: right;width: 62px;padding-top:8px;/* padding-left:70px; */margin-left:0px;}
.yscroll_list_right li{display: block;width: 31px;height: 26px;float: left;}
.yscroll_list_right li.yscroll_list_rightli1{background:  url(../../img/front/index/icon_index.png) no-repeat -125px -22px;}
.yscroll_list_right li.yscroll_list_rightli2{background:  url(../../img/front/index/icon_index.png) no-repeat -156px -22px;}
.yscroll_list_right li.yscroll_list_rightli1:hover{background: url(../../img/front/index/icon_index.png) no-repeat -256px -48px;}
.yscroll_list_right li.yscroll_list_rightli2:hover{
	background: url(../../img/front/index/icon_index.png) no-repeat -256px -22px;}