@charset "UTF-8";

html,body,dl,dd,img,form,div,ul,ol,li,h1,h2,h3,h4,h5,h6,p,button {margin: 0;padding: 0;border: 0;}

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;color: inherit;}
a {display: inline-block;max-width: 100%;cursor: pointer;}

.crumbs {width: 100%;background-color: #fdfdfd;height: 60px;line-height: 60px;box-sizing: border-box;border-bottom: 1px solid #e0e0e0;font-size: 14px;color: #999;}
.icons1 {background-position: -60px 5px;}
.crumbs a {color: #999;}
.crumbs a:hover {color: #999;}
.crumbs .nows {color: #538ede;}
.box {width: 1200px;margin: auto; font-size:16px;}

.td_one {border: 1px solid #e0e0e0;line-height:30px;padding-left:5px;}
.td_two {border: 1px solid #e0e0e0;height:42px;line-height:20px;padding-left:5px;}

.red_color_a {color: #666666;}
.red_color_a:hover {color: #F05352;}

.count_container {
  	display: flex;
  	align-items: center; 
  	justify-content: center; 
 	height: 40px; 
 	width: 200px;
 	font-weight:bold;
}
.change_number{
	text-decoration: none;
	margin-left: 2px;
	margin-right: 2px;
}
.input_text{
	height:30px; 
	width: 70px;
	font-size:16px;
	font-weight:bold; 
	text-align: center; 
	border: 1px solid #e0e0e0;
}
.btn_blue{
	text-decoration: none;
	line-height:36px;
	font-size:24px;
	 	background-color:#538ede;
	color:#ffffff;
	font-weight:bold;
}
.btn_blue:hover{
	 	background-color:#F4A460;
}
