#ctitle{
	font-size: 16px;
	padding:20px 0 10px 0;
	border-bottom: 1px solid black;
    margin-bottom:10px;
}
.cbrands{
	width:100%;
	height:140px;
    margin-top: 10px;
    float: left;
}
.cbrands .ccontent{
	margin:0 auto;
	width: 90%;
	box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border-bottom:1px solid #ccc;
    height:140px;
}
.cbrands_title{
	width:100%;
	text-align: right;
}
.cbrands_title img{
	width:10px;
	height:10px;
	padding:4px;
}
.cbrands_content{
	/*padding-bottom: 10px;*/
}
.cbrands_content img{
	float: left;
    width: 130px;
    height: 100px;
}
.cbrands_content p:nth-child(2){
	margin-left: 5px;
	color:black;
	width: 46%;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow:hidden;
}
.cbrands_content p:nth-child(3) {
	margin-left: 5px;
}
.cbrands_content p:nth-child(5) {
	 float: left;
	 margin-left: 135px;
	 margin-top: -55px;
	 line-height: 1.5;
 }
.ccontent .p {
	float: left;
	margin-left: 133px;
	padding-top: 0px;
	color: #f78a00;
	font-weight: 600;
}
.cbrands_content p{
	color:#aaa;
	padding-bottom:3px;
}
#cbrand_operate{
	margin-top:30px;
	height:100px;
}
#cbrand_operate span:nth-child(1){
	color:#aaa;
	padding:5px 8px;
	border:1px solid #ccc;
}
#cbrand_operate span:nth-child(2){
	padding:6px 30px;
	background: #01AD01;
	margin-left: 20px;
}
#cbrand_operate span a{
	color:white;
}
#cbrand_bottom {
	text-align: center;
	height: 350px;
}
#cbrand_bottom .help_me{
    margin-right:5px;
    padding: 0 6px;
    display: inline-block;
    height: 24.6px;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    border: 1px solid #00933e;
    color: #00933e;
    text-align: center;
    line-height: 24.6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#tel{
	height:30px;
	margin-left: 20px;
	padding-left: 10px;
}
#ask{
	float: right;
	padding: 2px 5px;
	font-size: 12px;
	border-radius: 4px;
	border: 1px solid red;
	color: red;
	font-weight: 600;
}

body{
	background-color: #f4f4f4;
}
.content{
	background-color: white;
	width: 100%;
}

#admin_email {
	display: none;
}

#admin_email #ae_title1 {
	color: #CE1A19;
	font-size: 16px;
	font-weight: bold;
}

#admin_email #ae_title2 {
	margin: 10px 0;
	font-size: 12px;
}

#admin_email #user_telphone,
#admin_email #help_user_telphone {
	border: 2px solid #CE1A19;
	border-right: none;
	border-radius: 1px;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
}
#admin_email #call_me,
#admin_email #help_leave_phone {
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
	margin-left: -5px;
	background: #CE1A19;
	color: white;
	border: none;
}
.goods_list_item {
    width: 95%;
    margin: 0 auto;
}
#c_null {
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: #f4f4f4;
}
.not_login {
	font-size: 13px;
	text-align: center;
	color: #fc1e27;
	padding: 7px 0;
	background-color: #FDFCEA
}
#body .not_login a{
	color: #fc1e27;
	text-decoration: underline;
}