﻿@charset "utf-8";
.banner {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.banner img{
	 width: 150px;
	 /*height: 4.5rem;*/
}
.searchContaier{
	  margin-top: 0.7rem;
}
#searchCode{
	 width: 9rem;
	  display: block;
	  margin: 0 auto;	  
	  height: 1.1rem;
	  border: 1px solid #dcdddd;
	  border-radius:5px ;
	  font-size: 0.4rem;
	  text-align: center;
	  color: #01011d; 
	  background: url(../img/ren_05.png) no-repeat;
	  background-size:0.51rem ;
	  background-position: 0.31rem;
	  margin-top: 0.35rem;
}

.searchBtn{
	width: 9rem;
	  display: block;
	  margin: 0 auto;	  
	  height: 1.1rem;
	  border: 1px solid #dcdddd;
	  border-radius:5px ;
	  font-size: 0.4rem;
	  text-align: center;
	  color: #01011d; 
	
	  background-size:0.51rem ;
	  background-position: 0.31rem;
	  margin-top: 0.35rem;  
	  line-height: 1.1rem;
}



.searchJg{
	
	width: 9rem;
	margin: 0 auto;
	
}
.searchJg-t{
	  font-size: 0.4rem;
	  color: #505455;
	  margin-top: 0.64rem;
	  padding-bottom: 0.25rem;
	  border-bottom: 1px solid #e7e7e7;
	  
}
.searchJg-c{
	   font-size: 0.35rem;
	   line-height: 0.45rem;
	   margin-top: 5px;
}
.search-list{
	  width: 100%;
}
.search-list li{
	    color: red;
	    
	    margin-top: 0.3rem;
}
.serachjgtop{
	   margin-bottom: 0.5rem!important;
}

.er-footer{
	  position: absolute;
       bottom: 0.4rem;
       margin-top: 0.5rem;
       text-align: center;
       width: 100%;
       font-size: 0.36rem;
       color: #2a234e;
}
.er-footer p a{
	  font-size: 0.3rem;
	 color: #2a234e;
}
.search-list-dl li{
	  font-size: 0.3rem;
	  padding: 0.2rem;
	  font-weight: 700;
	  
}
.search-list-dl{
	  display: none;
	  border: 1px solid #000000;
}
.search-list-dl li{
	border-bottom: 1px solid #000000;
	
}
.search-list-dl li:last-child{
	border-bottom: none;
}
.search-tou{
	   text-align: center;
	   background-color: #1d50a2!important;
	   border: none!important;
	   color: #FFFFFF;
	   font-size: 0.45rem!important;
}
@media only screen and (max-height:480px ) {
	   .er-footer-2{
	   	     position: relative;
	   	      margin-top: 3rem;
	   }
}