@charset "utf-8";
body {
  margin: 0px;
  padding: 0px;
  font: 12px "sans-serif", "Arial", "Verdana";
  background:url(../images/bg.jpg) #000000 center top fixed;}
}
  
.MsoNormal{
	margin:0;
	padding:0;}
  
  
  
  
  /*********常用样式修改*********/
.all_bg{
	/*background: rgb(255, 255, 255);*/
	/*background: rgb(0, 0, 0);*/
    /*border: 1px solid #c1c1c1;*/
	}  

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


.font_color_3{
	color:#ffffff!important;
}

.font_color_8{
	color:#ffffff!important;
}

.font_color_4{
	color:#CCC;
}	

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

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

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

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

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

input{
color:#989898;
border:1px solid #e2e2e2;
}

select{
color:#afafaf;
border:1px solid #e2e2e2;
}

textarea{
color:#989898;
border:1px solid #e2e2e2;
}


  /*********常用样式修改结束*********/
  
  
  
.discount_remind{
	width: 250px;
    border: 1px solid #f7c258;
    border-radius: 5px;
    margin: 0 auto;
    padding: 10px 0px;
    text-align: center;
    font-size: 18px;
    color: #e9b755;}
  
  


#center_bg{
	width:1170px;
	margin:0 auto;}   
	@media (max-width: 1024px){
#center_bg{
	width:970px;
	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: 90%;
    margin: 0px auto;
    padding: 0px 0px;
    clear: both;}
.clear {
     clear: both;
}


.gift_title{
	background:#000000;
	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;
	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;
}