	* {
	margin: 0px;
	padding: 0px;
	}
	body {
		font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	.container{
		width: 1166px;
		margin: 0 auto;
	}
	.search{
		clear: both;
		
		margin-top: 30px;
	}
	#params button{
		color: #fff;
		padding: 5px 10px;
		background: #C41B1D;
		font-size: 22px;
		border: 1px solid rgba(196, 27, 29, 0.36);
		border-radius: 5px/3px;
		cursor: pointer;
	}
	.t-param, .c-param {
	width: 450px;
	float:left;
	margin-left: 20px;
	}
	.t-param td, .c-param td {
		padding-top:4px;

	}
	.t-param th, .c-param th{
		padding-bottom:2px;

	}
	#temp_param {
		width: 100%;
	}
	#temp_param th h1{
		color: #fff;
		text-align: right;
		background: #C41B1D;
		font-weight: 500;
		font-size: 23px;
		line-height: 30px;
		padding: 1px 6px;
		}
		
		
	#battery_name {
		border: 1px solid #C41B1D;
		height: 34px;
		border-radius: 4px;
		width: 100%;
		text-align: right;
		color: #777777;
		font-size: 23px;
		font-weight: 500;
		-webkit-appearance: none;
		-moz-appearance: none;
		text-indent: 1px;
		text-overflow: '';
		margin-top: 4px;
		padding-right: 5px;
	}
	
	.first {
		width:245px;
	}
	.first h1{
		color:#666666;
		font-size: 23px;
		text-align:right;
		margin: 3px 10px;
		font-weight: 500;
	}
	.second {
		color: #777777;
		font-size: 23px;
		font-weight: 500;
	}
	.second input{
		border: 1px solid #C41B1D;
		height: 32px;
		border-radius: 4px;
		width: 140px;
		text-align: right;
		color: #777777;
		font-size: 23px;
		font-weight: 500;
	}
	.second select{
		border: 1px solid #C41B1D;
		height: 34px;
		border-radius: 4px;
		width: 140px;
		text-align: right;
		color: #777777;
		font-size: 23px;
		font-weight: 500;
		padding-right: 5px;
		-webkit-appearance: none;
		-moz-appearance: none;
		text-indent: 1px;
		text-overflow: '';
	}
	#battery_phase_out{
		width: 61px;
	}
	#battery_phase_in{
		width: 61px;
	}
	.third {
		color: #777777;
		font-size: 23px;
		font-weight: 500;
	}
	.third input{
		border: 1px solid #C41B1D;
		height: 32px;
		border-radius: 4px;
		width: 50px;
		color: #777777;
		font-size: 23px;
		font-weight: 500;
	}
	.third select{
		border: 1px solid #C41B1D;
		height: 34px;
		border-radius: 4px;
		width: 50px;
		color: #777777;
		font-size: 23px;
		font-weight: 500;
		
		-webkit-appearance: none;
		-moz-appearance: none;
		text-indent: 1px;
		text-overflow: '';
		
	}
	.first1{
		width: 300px;
	}
	.first1 h1{
		color:#666666;
		font-size: 23px;
		text-align:right;
		
	}
	
	.second1 h1{
		color: #fff;
		text-align: right;
		margin-top: 3px;
		border-radius: 4px;
		background: #C41B1D;
		font-weight: 500;
		font-size: 23px;
		line-height: 32px;
		padding: 1px 6px;
	}
	.gray {
		background: #eaeaea;
		margin-top: 20px;
	}
	.gray h3 {
		color: #c41b1d;
		font-size: 16px;
		margin: 5px;
	
	}
	.gray p {
		color: #292929;
		margin: 5px; 
	}
	
	
	#result-search {
		width: 100%;
		margin-top: 50px;
	}
	#result-search table {
		width: 100%;
		border-collapse: collapse;
		margin-bottom: 20px;
	}
	#param-search {
		width: 100%;
		margin-top: 50px;
	}
	#param-search table {
		width: 100%;
		border-collapse: collapse;
		margin-bottom: 20px;
	}
	.r1, .r2, .r3, .r4{
		border-bottom: 7px solid #C41B1D;
		width: 25%;
	}
	.r2, .r3, .r4 {
		border-left: 1px solid #dcdcdc;
		border-top: 1px solid #dcdcdc;
		border-right: 1px solid #dcdcdc;
		vertical-align: top;
	}
	.r5 {
		border-bottom: 7px solid #C41B1D;
        width: 75%;
	}
	
	 .img-logo{
		text-align:center;
		
	}
	.img-logo img{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	
	#result-search table th h1 {
		color: #292929;
		font-size: 20px;
		text-align:center;
		font-weight:500;
		margin: 9px 0px;
	}
	.tab1{
		width: 130px;
		height: 35px;
		margin: 5px 5px 0px 10px;
		float:left;
		padding-top: 8px;
		font-weight:500;
		font-size: 15px;
	}
	.tab2{
		width: 130px;
		height: 35px;
		margin:5px 5px 0px 5px;
		float:left;
		padding-top: 8px;
		font-size: 15px;
		font-weight:500;
	}
	.tab-active{
		background:#C41B1D;
		color: #fff;
	}
	.tab-alt{
		background:#eaeaea;
		color: #292929;
		cursor: pointer;
	}
	
	.rd1{
		color:#666666;
		font-size: 18px;
		padding: 10px 0px;
		font-weight:600;
	    padding-left: 10px;
	}
	.rd1_1 {
		color:#666666;
		font-size: 18px;
		padding: 10px 0px;
		font-weight:500;
	    padding-left: 10px;
	}
	
	.gr {
	background: #f6f6f6;
	}
	.rd2, .rd3, .rd4 , .rd5{
		color:#666666;
		font-size: 16px;
		font-weight:500;
		border-right: 1px solid #dcdcdc;
		border-left: 1px solid #dcdcdc;
		padding-left: 10px;
	}
	.rd5{
		color:#666666;
		font-size: 16px;
		font-weight:500;
		border-right: 1px solid #dcdcdc;
		border-left: 1px solid #dcdcdc;
		text-align: center;
	}
	.bord {
		border-bottom:  1px solid #dcdcdc;
		border-top:  1px solid #dcdcdc;
	}
	.hidden{
		display:none;
	}
	.price{
		background: #C41B1D;
		color: #fff;
	}
	#img1 img{
		width: 200px;
		height: 200px;
		margin: 10px;
	}
	#img2 img{
		width: 200px;
		height: 200px;
		margin: 10px;
	}
	#img3 img{
		width: 200px;
		height: 200px;
		margin: 10px;
	}
	#img5 img{
		width: 200px;
		height: 200px;
		margin: 10px;
	}
	#img1, #img2, #img3 {
		text-align: center;
		padding-left: 0px;
	}
	#prod1, #prod1, #prod1 {
		padding-left: 0px;
	}
	
	#site1 a, #site2 a, #site3 a, #site5 a {
		color: #fff;
		background: #c41b1d;
		text-decoration: none;
		padding: 5px 23px;
	}
	
	#site1 , #site2 ,#site3 {
		text-align: center;
		padding: 15px 0;
	}
	#time1, #time2, #time3, #time5{
		color: #c41b1d;
		font-weight: 600;
	}
	
	#check_param {
		color: #fff;
		padding: 5px 10px;
		background: #C41B1D;
		font-size: 22px;
		border: 1px solid rgba(196, 27, 29, 0.36);
		border-radius: 5px/3px;
		cursor: pointer;
		margin-top: 15px;
	}
	
	.dis {
		background-color: #EBEBE4;
	}
	#error-message {
		color: #24d061;
		font-size: 22px;
		/* border-top: 1px solid rgba(36, 208, 97, 0.18); */
		margin-top: 20px;
		text-align: center;
	}