@charset "utf-8";
body {
  margin: 0px;
  padding: 0px;
  font: 12px "sans-serif", "Arial", "Verdana";
  background:#f2f2f2;}
  
  
  
  
  
  
  /*********常用样式修改*********/
.all_bg{
	background: #fff;
	}  

.order_page_all_button{
	background: url(../images/button1.png);
	background-size:cover;
	border-radius:3px;
	cursor:pointer;
	}
	
	
.font_color_1{
	color:#ff194f;
}
	
.font_color_2{
	color:#565656;
}


.font_color_3{
	color:#3B3B3B;
}	

.font_color_4{
	color:#CCC;
}	

a:link{
	color:#565656;
	text-decoration: none;

}
a:visited{
	color:#565656;
	text-decoration: none;

}
a:hover{
	color:#ff194f;
	text-decoration: none;

}
a:active{
	color:#fff;
	text-decoration: none;
}

.cart_btn{
background: #ff194f;
color: #FFF;
}

input{
color:#cdb895;
border:1px solid #cdb895;
}

select{
color:#cdb895;
border:1px solid #cdb895;
}

textarea{
color:#cdb895;
border:1px solid #cdb895;
}


  /*********常用样式修改结束*********/
  
  
  
  
  
  


#center_bg{
	width:1170px;
	margin:0 auto;}   
img{
	border:0px;
}

.type_title{
  height: 30px;
  font-size: 22px;
  color: #676767;
  width: 1170px;
  margin: 0px auto;
  border-bottom: 1px #e5e5e5 solid;
  clear: both;
  line-height: 30px;
  /*background: url(../images/bgt.png);*/
  background:#313131;
	}
.type_title .more{
	float:right;
	font-size:14px;
}
.type_title .more a:link {
	text-decoration: none;
	color:#787878;
}
.type_title .more a:visited {
	text-decoration: none;
	color:#787878;
}
.type_title .more a:hover {
	text-decoration: none;
	color:#333;
}
.type_title .more a:active {
	text-decoration: none;
	color:#787878;
}





.line{
	height:1px;
	background-color:#e5e5e5;
	width:1170px;
	margin:10px auto;
	clear: both;
	}
.line_dotted{
	height:1px;
	width:100%;
	margin:50px auto;
	clear: both;
	}
.clear {
     clear: both;
}


.gift_title{
	background:#ec366f;
	color:#FFF;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	height:10px;
	line-height:10px;
	padding:10px;
	}
.gift{
	background:#F2F2F2;
	list-style:none;
	margin:0px 0px 10px 0px;
	padding:10px 0px 10px 0px;
	width:1170px;
	min-height:100px;
	position:relative;
	overflow:hidden;
}
.gift li{
	float:left;
	margin-left:10px;
	width:100px;
	border:1px;
	min-height:100px;
	cursor:pointer;
}
.gift img{
	width:100px;
}